/llvm-project/clang/include/clang/Sema/ |
H A D | DelayedDiagnostic.h | 249 struct FTD { struct 257 struct FTD ForbiddenTypeData; argument
|
/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRFindingAction.cpp | 85 if (const auto *FTD = FD->getPrimaryTemplate()) in Find() local 138 void handleFunctionTemplateDecl(const FunctionTemplateDecl *FTD) { in handleFunctionTemplateDecl() 170 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(D)) in addUSRsOfCtorDtors() local
|
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | LocateSymbol.cpp | 34 else if (auto *FTD = llvm::dyn_cast<FunctionTemplateDecl>(D)) in declHints() local
|
H A D | WalkAST.cpp | 220 if (const auto *FTD = llvm::dyn_cast<FunctionTemplateDecl>(TD)) VisitUsingDecl() local
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseDefaultMemberInitCheck.cpp | 250 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(D)) in checkDefaultInit() local
|
H A D | AvoidBindCheck.cpp | 412 const auto *FTD = dyn_cast<FunctionTemplateDecl>(D); in findCandidateCallOperators() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclFriend.h | 151 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(ND)) getSourceRange() local
|
H A D | JSONNodeDumper.h | 446 VisitFunctionTemplateDecl(const FunctionTemplateDecl * FTD) VisitFunctionTemplateDecl() argument
|
/llvm-project/clang/lib/Analysis/ |
H A D | CallGraph.cpp | 83 if (FunctionTemplateDecl *FTD = LE->getDependentCallOperator()) in VisitLambdaExpr() local
|
H A D | UninitializedValues.cpp | 425 if (FunctionTemplateDecl *FTD = FD->getPrimaryTemplate()) in hasTrivialBody() local
|
/llvm-project/clang/lib/AST/ |
H A D | Comment.cpp | 268 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill() local
|
H A D | DeclBase.cpp | 252 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(this)) getAsFunction() local 751 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(this)) getAvailability() local
|
H A D | DeclPrinter.cpp | 878 else if (FunctionTemplateDecl *FTD = VisitFriendDecl() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | InterfaceStubFunctionsConsumer.cpp | 151 void HandleTemplateSpecializations(const FunctionTemplateDecl &FTD, in HandleTemplateSpecializations()
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | DefineInline.cpp | 346 if (auto *FTD = FD->getDescribedFunctionTemplate()) in getBeginLoc() local
|
/llvm-project/clang-tools-extra/clang-move/ |
H A D | Move.cpp | 166 if (const auto *FTD = FD->getDescribedFunctionTemplate()) in run() local 251 if (const auto *FTD = CMD->getDescribedFunctionTemplate()) in MatchClassMethod() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | AST.cpp | 552 auto *FTD = Templated->getDescribedFunctionTemplate(); in VisitParmVarDecl() local 628 if (auto *FTD = llvm::dyn_cast<FunctionTemplateDecl>(TD)) in getOnlyInstantiation() local
|
H A D | InlayHints.cpp | 474 else if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(CalleeDecls[0])) VisitCallExpr() local
|
H A D | Hover.cpp | 644 D = FTD; in getHoverContents() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 52 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(D)) getAttrForPlatform() local
|
H A D | SemaTemplateInstantiate.cpp | 91 if (auto *FTD = dyn_cast_if_present<FunctionTemplateDecl>( getPrimaryTemplateOfGenericLambda() local 331 HandleFunctionTemplateDecl(const FunctionTemplateDecl * FTD,MultiLevelTemplateArgumentList & Result) HandleFunctionTemplateDecl() argument 519 } else if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(CurDecl)) { getTemplateInstantiationArgs() local [all...] |
H A D | SemaTemplateVariadic.cpp | 48 auto *FTD = FD ? FD->getDescribedFunctionTemplate() : nullptr; addUnexpanded() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 334 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(New)) instantiateOMPDeclareSimdDeclAttr() local 417 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(New)) instantiateOMPDeclareVariantAttr() local 4853 InstantiateFunctionDeclaration(FunctionTemplateDecl * FTD,const TemplateArgumentList * Args,SourceLocation Loc,CodeSynthesisContext::SynthesisKind CSC) InstantiateFunctionDeclaration() argument [all...] |
H A D | SemaAccess.cpp | 541 if (!FTD) in MatchesFriend() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CXType.cpp | 252 if (const FunctionTemplateDecl *FTD = dyn_cast<FunctionTemplateDecl>(D)) clang_getCursorType() local
|