Home
last modified time | relevance | path

Searched refs:SpecDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1495 if (const FunctionDecl *SpecDecl = FD->getTemplateInstantiationPattern()) in GenerateCode() local
1496 if (SpecDecl->hasBody(SpecDecl)) in GenerateCode()
1497 Loc = SpecDecl->getLocation(); in GenerateCode()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp10928 template<typename SpecDecl>
10929 void checkImpl(SpecDecl *Spec) { in checkImpl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp814 E->SpecDecl = Record.readDeclAs<ImplicitConceptSpecializationDecl>(); in VisitConceptSpecializationExpr()