/external/clang/include/clang/Sema/ |
D | DelayedDiagnostic.h | 222 struct FTD { struct 231 struct FTD ForbiddenTypeData; argument
|
/external/llvm-project/clang/include/clang/Sema/ |
D | DelayedDiagnostic.h | 247 struct FTD { struct 255 struct FTD ForbiddenTypeData; argument
|
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
D | USRFindingAction.cpp | 85 if (const auto *FTD = FD->getPrimaryTemplate()) in Find() local 138 void handleFunctionTemplateDecl(const FunctionTemplateDecl *FTD) { in handleFunctionTemplateDecl() 172 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(D)) in addUSRsOfCtorDtors() local
|
/external/clang/include/clang/AST/ |
D | DeclFriend.h | 134 if (FunctionTemplateDecl *FTD = dyn_cast<FunctionTemplateDecl>(ND)) in getSourceRange() local
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclFriend.h | 152 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(ND)) in getSourceRange() local
|
D | JSONNodeDumper.h | 421 void VisitFunctionTemplateDecl(const FunctionTemplateDecl *FTD) { in VisitFunctionTemplateDecl()
|
/external/clang/lib/AST/ |
D | Comment.cpp | 188 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill() local
|
D | DeclBase.cpp | 191 if (const FunctionTemplateDecl *FTD = dyn_cast<FunctionTemplateDecl>(this)) in getAsFunction() local 498 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(this)) in getAvailability() local
|
D | CommentSema.cpp | 819 if (const FunctionTemplateDecl *FTD = in isFunctionOrMethodVariadic() local
|
D | DeclPrinter.cpp | 674 else if (FunctionTemplateDecl *FTD = in VisitFriendDecl() local
|
/external/llvm-project/clang/lib/Analysis/ |
D | CallGraph.cpp | 83 if (FunctionTemplateDecl *FTD = LE->getDependentCallOperator()) in VisitLambdaExpr() local
|
D | UninitializedValues.cpp | 410 if (FunctionTemplateDecl *FTD = FD->getPrimaryTemplate()) in hasTrivialBody() local
|
/external/llvm-project/clang/lib/AST/ |
D | Comment.cpp | 263 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill() local
|
D | DeclBase.cpp | 221 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(this)) in getAsFunction() local 625 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(this)) in getAvailability() local
|
D | CommentSema.cpp | 840 if (const FunctionTemplateDecl *FTD = in isFunctionOrMethodVariadic() local
|
D | DeclPrinter.cpp | 800 else if (FunctionTemplateDecl *FTD = in VisitFriendDecl() local
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 453 FunctionTemplateDecl* FTD = cast<FunctionTemplateDecl>(I); in PrintDeclContext() local
|
/external/llvm-project/clang/lib/Frontend/ |
D | InterfaceStubFunctionsConsumer.cpp | 150 void HandleTemplateSpecializations(const FunctionTemplateDecl &FTD, in HandleTemplateSpecializations()
|
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | DefineInline.cpp | 354 if (auto *FTD = FD->getDescribedFunctionTemplate()) in getBeginLoc() local
|
/external/llvm-project/clang-tools-extra/clang-move/ |
D | Move.cpp | 165 if (const auto *FTD = FD->getDescribedFunctionTemplate()) in run() local 250 if (const auto *FTD = CMD->getDescribedFunctionTemplate()) in MatchClassMethod() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | AvoidBindCheck.cpp | 415 const auto *FTD = dyn_cast<FunctionTemplateDecl>(D); in findCandidateCallOperators() local
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 176 if (const FunctionTemplateDecl *FTD = dyn_cast<FunctionTemplateDecl>(D)) in clang_getCursorType() local
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Hover.cpp | 522 if (const auto *FTD = FD->getDescribedTemplate()) { in getHoverContents() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateVariadic.cpp | 47 auto *FTD = FD ? FD->getDescribedFunctionTemplate() : nullptr; in addUnexpanded() local
|
/external/llvm-project/clang/tools/libclang/ |
D | CXType.cpp | 244 if (const FunctionTemplateDecl *FTD = dyn_cast<FunctionTemplateDecl>(D)) in clang_getCursorType() local
|