Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DAST.cpp111 for (const DeclContext *CurContext = SourceContext; CurContext; in getQualification() local
394 std::string printType(const QualType QT, const DeclContext &CurContext, in printType() argument
404 PrintCB(const DeclContext *CurContext) in printType() argument
411 const DeclContext *CurContext; printType() member in clang::clangd::printType::PrintCB
[all...]
/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h397 DeclContext *CurContext; variable
H A DSema.h1136 DeclContext *CurContext; global() variable
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineOutline.cpp73 findContextForNS(llvm::StringRef TargetNS, const DeclContext *CurContext) { in findContextForNS() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp736 getRequiredQualification(ASTContext & Context,const DeclContext * CurContext,const DeclContext * TargetContext) getRequiredQualification() argument
841 CheckHiddenResult(Result & R,DeclContext * CurContext,const NamedDecl * Hiding) CheckHiddenResult() argument
1115 MaybeAddResult(Result R,DeclContext * CurContext) MaybeAddResult() argument
1297 DeclContext *CurContext = SemaRef.CurContext; canCxxMethodBeCalled() local
1352 AddResult(Result R,DeclContext * CurContext,NamedDecl * Hiding,bool InBaseClass=false,QualType BaseExprType=QualType ()) AddResult() argument
4315 DeclContext *CurContext = S.CurContext; MaybeAddOverrideCalls() local
4759 AddEnumerators(ResultBuilder & Results,ASTContext & Context,EnumDecl * Enum,DeclContext * CurContext,const CoveredEnumerators & Enumerators) AddEnumerators() argument
5001 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
7644 AddObjCMethods(ObjCContainerDecl * Container,bool WantInstanceMethods,ObjCMethodKind WantKind,ArrayRef<const IdentifierInfo * > SelIdents,DeclContext * CurContext,VisitedSelectorSet & Selectors,bool AllowSameLength,ResultBuilder & Results,bool InOriginalClass=true,bool IsRootClass=false) AddObjCMethods() argument
8542 AddProtocolResults(DeclContext * Ctx,DeclContext * CurContext,bool OnlyForwardDeclarations,ResultBuilder & Results) AddProtocolResults() argument
8608 AddInterfaceResults(DeclContext * Ctx,DeclContext * CurContext,bool OnlyForwardDeclarations,bool OnlyUnimplemented,ResultBuilder & Results) AddInterfaceResults() argument
[all...]
H A DSemaCXXScopeSpec.cpp28 getCurrentInstantiationOf(QualType T,DeclContext * CurContext) getCurrentInstantiationOf() argument
H A DSemaLookup.cpp4796 NamespaceSpecifierSet(ASTContext & Context,DeclContext * CurContext,CXXScopeSpec * CurScopeSpec) NamespaceSpecifierSet() argument
[all...]
H A DSemaTemplate.cpp10499 DeclContext *CurContext = S.CurContext->getRedeclContext(); CheckExplicitInstantiationScope() local
[all...]
H A DSemaDeclCXX.cpp11955 IsUsingDirectiveInToplevelContext(DeclContext * CurContext) IsUsingDirectiveInToplevelContext() argument
[all...]
H A DSemaOpenMP.cpp4431 buildCaptureDecl(Sema & S,IdentifierInfo * Id,Expr * CaptureExpr,bool WithInit,DeclContext * CurContext,bool AsExpression) buildCaptureDecl() argument
[all...]