clang
6.0.0
|
#include "clang/AST/ASTContext.h"
#include "clang/Sema/Lookup.h"
#include "clang/Sema/Sema.h"
#include "clang/Sema/SemaDiagnostic.h"
Go to the source code of this file.
Classes | |
class | clang::TypoCorrectionConsumer |
class | clang::TypoCorrectionConsumer::NamespaceSpecifierSet::iterator |
Provides flat iteration over specifiers, sorted by distance. More... | |
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
Functions | |
bool | clang::FTIHasSingleVoidParameter (const DeclaratorChunk::FunctionTypeInfo &FTI) |
bool | clang::FTIHasNonVoidParameters (const DeclaratorChunk::FunctionTypeInfo &FTI) |
bool | clang::IsVariableAConstantExpression (VarDecl *Var, ASTContext &Context) |
bool | clang::DeclAttrsMatchCUDAMode (const LangOptions &LangOpts, Decl *D) |
void | clang::MarkVarDeclODRUsed (VarDecl *Var, SourceLocation Loc, Sema &SemaRef, const unsigned *const FunctionScopeIndexToStopAt) |
InheritableAttr * | clang::getDLLAttr (Decl *D) |
Return a DLL attribute from the declaration. More... | |