Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTypoCorrection.h317 DeclContext *CurContext; variable
DSema.h253 DeclContext *CurContext; variable
/external/clang/lib/Sema/
DSemaCodeComplete.cpp451 const DeclContext *CurContext, in getRequiredQualification()
554 bool ResultBuilder::CheckHiddenResult(Result &R, DeclContext *CurContext, in CheckHiddenResult()
813 void ResultBuilder::MaybeAddResult(Result R, DeclContext *CurContext) { in MaybeAddResult()
931 void ResultBuilder::AddResult(Result R, DeclContext *CurContext, in AddResult()
1253 DeclContext *CurContext; member in __anone44db7420211::CodeCompletionDeclConsumer
1256 CodeCompletionDeclConsumer(ResultBuilder &Results, DeclContext *CurContext) in CodeCompletionDeclConsumer()
3097 DeclContext *CurContext = S.CurContext; in MaybeAddOverrideCalls() local
3459 DeclContext *CurContext, in AddObjCProperties()
4801 DeclContext *CurContext, in AddObjCMethods()
5692 static void AddProtocolResults(DeclContext *Ctx, DeclContext *CurContext, in AddProtocolResults()
[all …]
DSemaCXXScopeSpec.cpp30 DeclContext *CurContext) { in getCurrentInstantiationOf()
DSemaLookup.cpp3743 ASTContext &Context, DeclContext *CurContext, CXXScopeSpec *CurScopeSpec) in NamespaceSpecifierSet()
DSemaTemplate.cpp6964 DeclContext *CurContext = S.CurContext->getRedeclContext(); in CheckExplicitInstantiationScope() local
DSemaDeclCXX.cpp7025 static bool IsUsingDirectiveInToplevelContext(DeclContext *CurContext) { in IsUsingDirectiveInToplevelContext()