/llvm-project/clang-tools-extra/clangd/ |
H A D | AST.cpp | 111 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 D | TypoCorrection.h | 397 DeclContext *CurContext; variable
|
H A D | Sema.h | 1136 DeclContext *CurContext; global() variable
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | DefineOutline.cpp | 73 findContextForNS(llvm::StringRef TargetNS, const DeclContext *CurContext) { in findContextForNS() argument [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 736 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 D | SemaCXXScopeSpec.cpp | 28 getCurrentInstantiationOf(QualType T,DeclContext * CurContext) getCurrentInstantiationOf() argument
|
H A D | SemaLookup.cpp | 4796 NamespaceSpecifierSet(ASTContext & Context,DeclContext * CurContext,CXXScopeSpec * CurScopeSpec) NamespaceSpecifierSet() argument [all...] |
H A D | SemaTemplate.cpp | 10499 DeclContext *CurContext = S.CurContext->getRedeclContext(); CheckExplicitInstantiationScope() local [all...] |
H A D | SemaDeclCXX.cpp | 11955 IsUsingDirectiveInToplevelContext(DeclContext * CurContext) IsUsingDirectiveInToplevelContext() argument [all...] |
H A D | SemaOpenMP.cpp | 4431 buildCaptureDecl(Sema & S,IdentifierInfo * Id,Expr * CaptureExpr,bool WithInit,DeclContext * CurContext,bool AsExpression) buildCaptureDecl() argument [all...] |