Home
last modified time | relevance | path

Searched defs:FoundTemplate (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/AST/
DASTImporter.cpp4438 if (ClassTemplateDecl *FoundTemplate in VisitClassTemplateDecl() local
4629 if (VarTemplateDecl *FoundTemplate = dyn_cast<VarTemplateDecl>(Found)) { in VisitVarTemplateDecl() local
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp5337 auto *FoundTemplate = dyn_cast<ClassTemplateDecl>(Found); in VisitClassTemplateDecl() local
5624 if (VarTemplateDecl *FoundTemplate = dyn_cast<VarTemplateDecl>(FoundDecl)) { in VisitVarTemplateDecl() local
5876 if (auto *FoundTemplate = dyn_cast<FunctionTemplateDecl>(FoundDecl)) { in VisitFunctionTemplateDecl() local
/external/clang/lib/Sema/
DSemaLookup.cpp3123 bool FoundTemplate = false; in LookupLiteralOperator() local
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp3348 bool FoundTemplate = false; in LookupLiteralOperator() local
DSemaTemplate.cpp231 if (NamedDecl *FoundTemplate = getAsTemplateNameDecl(FoundD)) { in isTemplateName() local