Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5969 auto *FoundTemplate = dyn_cast<ClassTemplateDecl>(Found); VisitClassTemplateDecl() local
6290 if (VarTemplateDecl *FoundTemplate = dyn_cast<VarTemplateDecl>(FoundDecl)) { VisitVarTemplateDecl() local
6551 if (auto *FoundTemplate = dyn_cast<FunctionTemplateDecl>(FoundDecl)) { VisitFunctionTemplateDecl() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3675 bool FoundTemplate = false; LookupLiteralOperator() local
H A DSemaTemplate.cpp237 if (NamedDecl *FoundTemplate = getAsTemplateNameDecl(FoundD)) { isTemplateName() local