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

  /external/lldb/source/Symbol/
ClangASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 682 /// setDeclContext - Set both the semantic and lexical DeclContext
684 void setDeclContext(DeclContext *DC);
    [all...]
Decl.h     [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 120 (*P)->setDeclContext(Owner);
    [all...]
ASTContext.cpp     [all...]
Decl.cpp     [all...]
  /external/lldb/source/Expression/
ClangASTSource.cpp 482 copied_decl->setDeclContext(decl_context_non_const);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 392 D->setDeclContext(Reader.getContext().getTranslationUnitDecl());
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 556 milliseconds