Searched defs:CurContext (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 451 const DeclContext *CurContext, in getRequiredQualification() 555 bool ResultBuilder::CheckHiddenResult(Result &R, DeclContext *CurContext, in CheckHiddenResult() 815 void ResultBuilder::MaybeAddResult(Result R, DeclContext *CurContext) { in MaybeAddResult() 932 void ResultBuilder::AddResult(Result R, DeclContext *CurContext, in AddResult() 1251 DeclContext *CurContext; member in __anonb124cdd10211::CodeCompletionDeclConsumer 1254 CodeCompletionDeclConsumer(ResultBuilder &Results, DeclContext *CurContext) in CodeCompletionDeclConsumer() 3077 DeclContext *CurContext = S.CurContext; in MaybeAddOverrideCalls() local 3447 DeclContext *CurContext, in AddObjCProperties() 4828 DeclContext *CurContext, in AddObjCMethods() 5739 static void AddProtocolResults(DeclContext *Ctx, DeclContext *CurContext, in AddProtocolResults() [all …]
|
D | SemaCXXScopeSpec.cpp | 30 DeclContext *CurContext) { in getCurrentInstantiationOf()
|
D | SemaLookup.cpp | 3352 NamespaceSpecifierSet(ASTContext &Context, DeclContext *CurContext, in NamespaceSpecifierSet()
|
D | SemaTemplate.cpp | 6262 DeclContext *CurContext = S.CurContext->getRedeclContext(); in CheckExplicitInstantiationScope() local
|
D | SemaDeclCXX.cpp | 6377 static bool IsUsingDirectiveInToplevelContext(DeclContext *CurContext) { in IsUsingDirectiveInToplevelContext()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 227 DeclContext *CurContext; variable
|