HomeSort by: relevance | last modified time | path
    Searched refs:ExternCContextDecl (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h 196 class ExternCContextDecl : public Decl, public DeclContext {
197 explicit ExternCContextDecl(TranslationUnitDecl *TU)
204 static ExternCContextDecl *Create(const ASTContext &C,
210 static DeclContext *castToDeclContext(const ExternCContextDecl *D) {
211 return static_cast<DeclContext *>(const_cast<ExternCContextDecl*>(D));
213 static ExternCContextDecl *castFromDeclContext(const DeclContext *DC) {
214 return static_cast<ExternCContextDecl *>(const_cast<DeclContext*>(DC));
ASTContext.h 559 mutable ExternCContextDecl *ExternCContext = nullptr;
996 ExternCContextDecl *getExternCContextDecl() const;
RecursiveASTVisitor.h 1509 DEF_TRAVERSE_DECL(ExternCContextDecl, {})
  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 4785 void ExternCContextDecl::anchor() {}
4787 ExternCContextDecl *ExternCContextDecl::Create(const ASTContext &C,
4789 return new (C, DC) ExternCContextDecl(DC);
ASTContext.cpp 1189 ExternCContextDecl *ASTContext::getExternCContextDecl() const {
1191 ExternCContext = ExternCContextDecl::Create(*this, getTranslationUnitDecl());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 803 TemplateDeclInstantiator::VisitExternCContextDecl(ExternCContextDecl *D) {

Completed in 77 milliseconds