Searched defs:CurContext (Results  1 – 7 of 7) sorted by relevance
| /external/clang/lib/Sema/ | 
| D | SemaCodeComplete.cpp | 450                          const DeclContext *CurContext,  in getRequiredQualification()570 bool ResultBuilder::CheckHiddenResult(Result &R, DeclContext *CurContext,  in CheckHiddenResult()
 829 void ResultBuilder::MaybeAddResult(Result R, DeclContext *CurContext) {  in MaybeAddResult()
 947 void ResultBuilder::AddResult(Result R, DeclContext *CurContext,   in AddResult()
 1263     DeclContext *CurContext;  member in __anon3122a6f00211::CodeCompletionDeclConsumer
 1266     CodeCompletionDeclConsumer(ResultBuilder &Results, DeclContext *CurContext)  in CodeCompletionDeclConsumer()
 3217   DeclContext *CurContext = S.CurContext;  in MaybeAddOverrideCalls()  local
 3580                               DeclContext *CurContext,  in AddObjCProperties()
 5038                            DeclContext *CurContext,  in AddObjCMethods()
 5935 static void AddProtocolResults(DeclContext *Ctx, DeclContext *CurContext,  in AddProtocolResults()
 [all …]
 
 | 
| D | SemaCXXScopeSpec.cpp | 30                                                 DeclContext *CurContext) {  in getCurrentInstantiationOf()
 | 
| D | SemaLookup.cpp | 4143     ASTContext &Context, DeclContext *CurContext, CXXScopeSpec *CurScopeSpec)  in NamespaceSpecifierSet()
 | 
| D | SemaTemplate.cpp | 7250   DeclContext *CurContext = S.CurContext->getRedeclContext();  in CheckExplicitInstantiationScope()  local
 | 
| D | SemaDeclCXX.cpp | 7650 static bool IsUsingDirectiveInToplevelContext(DeclContext *CurContext) {  in IsUsingDirectiveInToplevelContext()
 | 
| /external/clang/include/clang/Sema/ | 
| D | TypoCorrection.h | 344   DeclContext *CurContext;  variable
 | 
| D | Sema.h | 310   DeclContext *CurContext;  variable
 |