Home
last modified time | relevance | path

Searched defs:CurContext (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Sema/
DTypoCorrection.h344 DeclContext *CurContext; variable
DSema.h310 DeclContext *CurContext; variable
/external/clang/lib/Sema/
DSemaCodeComplete.cpp450 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 __anon44622c280211::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 …]
DSemaCXXScopeSpec.cpp30 DeclContext *CurContext) { in getCurrentInstantiationOf()
DSemaLookup.cpp4143 ASTContext &Context, DeclContext *CurContext, CXXScopeSpec *CurScopeSpec) in NamespaceSpecifierSet()
DSemaTemplate.cpp7250 DeclContext *CurContext = S.CurContext->getRedeclContext(); in CheckExplicitInstantiationScope() local
DSemaDeclCXX.cpp7650 static bool IsUsingDirectiveInToplevelContext(DeclContext *CurContext) { in IsUsingDirectiveInToplevelContext()