Searched defs:CurContext (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 445 DeclContext *CurContext, in getRequiredQualification() 549 bool ResultBuilder::CheckHiddenResult(Result &R, DeclContext *CurContext, in CheckHiddenResult() 768 void ResultBuilder::MaybeAddResult(Result R, DeclContext *CurContext) { in MaybeAddResult() 881 void ResultBuilder::AddResult(Result R, DeclContext *CurContext, in AddResult() 1197 DeclContext *CurContext; member in __anone17ed4b10211::CodeCompletionDeclConsumer 1200 CodeCompletionDeclConsumer(ResultBuilder &Results, DeclContext *CurContext) in CodeCompletionDeclConsumer() 3014 DeclContext *CurContext = S.CurContext; in MaybeAddOverrideCalls() local 3384 DeclContext *CurContext, in AddObjCProperties() 4753 DeclContext *CurContext, in AddObjCMethods() 5648 static void AddProtocolResults(DeclContext *Ctx, DeclContext *CurContext, in AddProtocolResults() [all …]
|
D | SemaCXXScopeSpec.cpp | 30 DeclContext *CurContext) { in getCurrentInstantiationOf()
|
D | SemaLookup.cpp | 3351 NamespaceSpecifierSet(ASTContext &Context, DeclContext *CurContext, in NamespaceSpecifierSet()
|
D | SemaTemplate.cpp | 6236 DeclContext *CurContext = S.CurContext->getRedeclContext(); in CheckExplicitInstantiationScope() local
|
D | SemaDeclCXX.cpp | 5678 static bool IsUsingDirectiveInToplevelContext(DeclContext *CurContext) { in IsUsingDirectiveInToplevelContext()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 218 DeclContext *CurContext; variable
|