Home
last modified time | relevance | path

Searched defs:FTD (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h249 struct FTD { struct
257 struct FTD ForbiddenTypeData; argument
/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp85 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 DLocateSymbol.cpp34 else if (auto *FTD = llvm::dyn_cast<FunctionTemplateDecl>(D)) in declHints() local
H A DWalkAST.cpp220 if (const auto *FTD = llvm::dyn_cast<FunctionTemplateDecl>(TD)) VisitUsingDecl() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseDefaultMemberInitCheck.cpp250 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(D)) in checkDefaultInit() local
H A DAvoidBindCheck.cpp412 const auto *FTD = dyn_cast<FunctionTemplateDecl>(D); in findCandidateCallOperators() local
/llvm-project/clang/include/clang/AST/
H A DDeclFriend.h151 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(ND)) getSourceRange() local
H A DJSONNodeDumper.h446 VisitFunctionTemplateDecl(const FunctionTemplateDecl * FTD) VisitFunctionTemplateDecl() argument
/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp83 if (FunctionTemplateDecl *FTD = LE->getDependentCallOperator()) in VisitLambdaExpr() local
H A DUninitializedValues.cpp425 if (FunctionTemplateDecl *FTD = FD->getPrimaryTemplate()) in hasTrivialBody() local
/llvm-project/clang/lib/AST/
H A DComment.cpp268 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill() local
H A DDeclBase.cpp252 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(this)) getAsFunction() local
751 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(this)) getAvailability() local
H A DDeclPrinter.cpp878 else if (FunctionTemplateDecl *FTD = VisitFriendDecl() local
/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp151 void HandleTemplateSpecializations(const FunctionTemplateDecl &FTD, in HandleTemplateSpecializations()
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineInline.cpp346 if (auto *FTD = FD->getDescribedFunctionTemplate()) in getBeginLoc() local
/llvm-project/clang-tools-extra/clang-move/
H A DMove.cpp166 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 DAST.cpp552 auto *FTD = Templated->getDescribedFunctionTemplate(); in VisitParmVarDecl() local
628 if (auto *FTD = llvm::dyn_cast<FunctionTemplateDecl>(TD)) in getOnlyInstantiation() local
H A DInlayHints.cpp474 else if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(CalleeDecls[0])) VisitCallExpr() local
H A DHover.cpp644 D = FTD; in getHoverContents() local
/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp52 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(D)) getAttrForPlatform() local
H A DSemaTemplateInstantiate.cpp91 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 DSemaTemplateVariadic.cpp48 auto *FTD = FD ? FD->getDescribedFunctionTemplate() : nullptr; addUnexpanded() local
H A DSemaTemplateInstantiateDecl.cpp334 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 DSemaAccess.cpp541 if (!FTD) in MatchesFriend() local
/llvm-project/clang/tools/libclang/
H A DCXType.cpp252 if (const FunctionTemplateDecl *FTD = dyn_cast<FunctionTemplateDecl>(D)) clang_getCursorType() local

12