clang API Documentation

Classes | Namespaces | Functions
SemaInternal.h File Reference
#include "clang/AST/ASTContext.h"
#include "clang/Sema/Lookup.h"
#include "clang/Sema/Sema.h"
#include "clang/Sema/SemaDiagnostic.h"
Include dependency graph for SemaInternal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clang::TypoCorrectionConsumer
class  clang::TypoCorrectionConsumer::NamespaceSpecifierSet
struct  clang::TypoCorrectionConsumer::NamespaceSpecifierSet::SpecifierInfo

Namespaces

namespace  clang

Functions

bool clang::FTIHasSingleVoidParameter (const DeclaratorChunk::FunctionTypeInfo &FTI)
bool clang::FTIHasNonVoidParameters (const DeclaratorChunk::FunctionTypeInfo &FTI)
bool clang::IsVariableAConstantExpression (VarDecl *Var, ASTContext &Context)
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.