Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDelayedDiagnostic.h222 struct FTD { struct
231 struct FTD ForbiddenTypeData; argument
/external/clang/include/clang/AST/
DDeclFriend.h140 if (FunctionTemplateDecl *FTD = dyn_cast<FunctionTemplateDecl>(ND)) in getSourceRange() local
/external/clang/lib/AST/
DComment.cpp188 const FunctionTemplateDecl *FTD = cast<FunctionTemplateDecl>(CommentDecl); in fill() local
DDeclPrinter.cpp666 else if (FunctionTemplateDecl *FTD = in VisitFriendDecl() local
DCommentSema.cpp821 if (const FunctionTemplateDecl *FTD = in isFunctionOrMethodVariadic() local
DMicrosoftMangle.cpp72 if (const auto *FTD = dyn_cast<FunctionTemplateDecl>(ND)) in getStructor() local
76 if (const auto *FTD = FD->getPrimaryTemplate()) in getStructor() local
DDeclBase.cpp190 if (const FunctionTemplateDecl *FTD = dyn_cast<FunctionTemplateDecl>(this)) in getAsFunction() local
DASTContext.cpp266 if (const FunctionTemplateDecl *FTD = FD->getDescribedFunctionTemplate()) in adjustDeclToTemplate() local
274 if (const FunctionTemplateDecl *FTD = FD->getPrimaryTemplate()) in adjustDeclToTemplate() local
/external/clang/lib/Frontend/
DASTConsumers.cpp455 FunctionTemplateDecl* FTD = cast<FunctionTemplateDecl>(I); in PrintDeclContext() local
/external/clang/tools/libclang/
DCXType.cpp174 if (const FunctionTemplateDecl *FTD = dyn_cast<FunctionTemplateDecl>(D)) in clang_getCursorType() local
/external/clang/lib/Sema/
DSemaAccess.cpp525 FunctionTemplateDecl *FTD = (*I)->getPrimaryTemplate(); in MatchesFriend() local
DSemaLookup.cpp4756 if (FunctionTemplateDecl *FTD = dyn_cast<FunctionTemplateDecl>(D)) in ValidateCandidate() local
4792 if (FunctionTemplateDecl *FTD = dyn_cast<FunctionTemplateDecl>(ND)) in ValidateCandidate() local
DSemaDeclCXX.cpp6523 if (FunctionTemplateDecl *FTD = FD->getDescribedFunctionTemplate()) in ActOnReenterTemplateScope() local
9029 if (FunctionTemplateDecl *FTD = Ctor->getDescribedFunctionTemplate()) { in getEntry() local
9189 if (const FunctionTemplateDecl *FTD = in declareCtor() local
12752 if (FunctionTemplateDecl *FTD = dyn_cast<FunctionTemplateDecl>(ND)) in ActOnFriendFunctionDecl() local
DSemaCodeComplete.cpp4117 } else if (auto FTD = dyn_cast<FunctionTemplateDecl>(C)) { in CodeCompleteConstructor() local
DSemaExpr.cpp1913 if (FunctionTemplateDecl *FTD = in DiagnoseEmptyLookup() local