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

  /external/clang/include/clang/AST/
DeclBase.h 650 /// setDeclContext - Set both the semantic and lexical DeclContext
652 void setDeclContext(DeclContext *DC);
    [all...]
Decl.h     [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 120 (*P)->setDeclContext(Owner);
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 344 D->setDeclContext(Reader.getContext().getTranslationUnitDecl());
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 529 milliseconds