HomeSort by relevance Sort by last modified time
    Searched refs:ExternCContextDecl (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/AST/
Decl.h 123 class ExternCContextDecl : public Decl, public DeclContext {
126 explicit ExternCContextDecl(TranslationUnitDecl *TU)
130 static ExternCContextDecl *Create(const ASTContext &C,
135 static DeclContext *castToDeclContext(const ExternCContextDecl *D) {
136 return static_cast<DeclContext *>(const_cast<ExternCContextDecl*>(D));
138 static ExternCContextDecl *castFromDeclContext(const DeclContext *DC) {
139 return static_cast<ExternCContextDecl *>(const_cast<DeclContext*>(DC));
    [all...]
ASTContext.h 405 mutable ExternCContextDecl *ExternCContext;
875 ExternCContextDecl *getExternCContextDecl() const;
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 324 TemplateDeclInstantiator::VisitExternCContextDecl(ExternCContextDecl *D) {
    [all...]

Completed in 253 milliseconds