Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h397 DeclContext *CurContext; variable
H A DSema.h421 DeclContext *CurContext; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp733 getRequiredQualification(ASTContext & Context,const DeclContext * CurContext,const DeclContext * TargetContext) getRequiredQualification() argument
834 CheckHiddenResult(Result & R,DeclContext * CurContext,const NamedDecl * Hiding) CheckHiddenResult() argument
1108 MaybeAddResult(Result R,DeclContext * CurContext) MaybeAddResult() argument
1290 DeclContext *CurContext = SemaRef.CurContext; canCxxMethodBeCalled() local
1345 AddResult(Result R,DeclContext * CurContext,NamedDecl * Hiding,bool InBaseClass=false,QualType BaseExprType=QualType ()) AddResult() argument
4309 DeclContext *CurContext = S.CurContext; MaybeAddOverrideCalls() local
4748 AddEnumerators(ResultBuilder & Results,ASTContext & Context,EnumDecl * Enum,DeclContext * CurContext,const CoveredEnumerators & Enumerators) AddEnumerators() argument
4987 AddObjCProperties(const CodeCompletionContext & CCContext,ObjCContainerDecl * Container,bool AllowCategories,bool AllowNullaryMethods,DeclContext * CurContext,AddedPropertiesSet & AddedProperties,ResultBuilder & Results,bool IsBaseExprStatement=false,bool IsClassProperty=false,bool InOriginalClass=true) AddObjCProperties() argument
7575 AddObjCMethods(ObjCContainerDecl * Container,bool WantInstanceMethods,ObjCMethodKind WantKind,ArrayRef<IdentifierInfo * > SelIdents,DeclContext * CurContext,VisitedSelectorSet & Selectors,bool AllowSameLength,ResultBuilder & Results,bool InOriginalClass=true,bool IsRootClass=false) AddObjCMethods() argument
8458 AddProtocolResults(DeclContext * Ctx,DeclContext * CurContext,bool OnlyForwardDeclarations,ResultBuilder & Results) AddProtocolResults() argument
8521 AddInterfaceResults(DeclContext * Ctx,DeclContext * CurContext,bool OnlyForwardDeclarations,bool OnlyUnimplemented,ResultBuilder & Results) AddInterfaceResults() argument
[all...]
H A DSemaCXXScopeSpec.cpp28 DeclContext *CurContext) { in getCurrentInstantiationOf() argument
H A DSemaLookup.cpp4865 NamespaceSpecifierSet(ASTContext & Context,DeclContext * CurContext,CXXScopeSpec * CurScopeSpec) NamespaceSpecifierSet() argument
[all...]
H A DSemaTemplate.cpp10054 DeclContext *CurContext = S.CurContext->getRedeclContext(); CheckExplicitInstantiationScope() local
[all...]
H A DSemaDeclCXX.cpp12098 IsUsingDirectiveInToplevelContext(DeclContext * CurContext) IsUsingDirectiveInToplevelContext() argument
[all...]
H A DSemaOpenMP.cpp4643 buildCaptureDecl(Sema & S,IdentifierInfo * Id,Expr * CaptureExpr,bool WithInit,DeclContext * CurContext,bool AsExpression) buildCaptureDecl() argument
[all...]