Searched defs:CurContext (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Sema/ |
D | TypoCorrection.h | 338 DeclContext *CurContext; variable
|
D | Sema.h | 258 DeclContext *CurContext; variable
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 451 const DeclContext *CurContext, in getRequiredQualification() 553 bool ResultBuilder::CheckHiddenResult(Result &R, DeclContext *CurContext, in CheckHiddenResult() 812 void ResultBuilder::MaybeAddResult(Result R, DeclContext *CurContext) { in MaybeAddResult() 930 void ResultBuilder::AddResult(Result R, DeclContext *CurContext, in AddResult() 1252 DeclContext *CurContext; member in __anonaebf90eb0211::CodeCompletionDeclConsumer 1255 CodeCompletionDeclConsumer(ResultBuilder &Results, DeclContext *CurContext) in CodeCompletionDeclConsumer() 3144 DeclContext *CurContext = S.CurContext; in MaybeAddOverrideCalls() local 3506 DeclContext *CurContext, in AddObjCProperties() 4946 DeclContext *CurContext, in AddObjCMethods() 5837 static void AddProtocolResults(DeclContext *Ctx, DeclContext *CurContext, in AddProtocolResults() [all …]
|
D | SemaCXXScopeSpec.cpp | 30 DeclContext *CurContext) { in getCurrentInstantiationOf()
|
D | SemaLookup.cpp | 3730 ASTContext &Context, DeclContext *CurContext, CXXScopeSpec *CurScopeSpec) in NamespaceSpecifierSet()
|
D | SemaTemplate.cpp | 7085 DeclContext *CurContext = S.CurContext->getRedeclContext(); in CheckExplicitInstantiationScope() local
|
D | SemaDeclCXX.cpp | 7461 static bool IsUsingDirectiveInToplevelContext(DeclContext *CurContext) { in IsUsingDirectiveInToplevelContext()
|