Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DExprConcepts.cpp35 ConceptRef(Loc), SpecDecl(SpecDecl), in ConceptSpecializationExpr() argument
61 Create(const ASTContext & C,ConceptReference * Loc,ImplicitConceptSpecializationDecl * SpecDecl,const ConstraintSatisfaction * Satisfaction) Create() argument
68 ConceptSpecializationExpr(const ASTContext & C,ConceptReference * Loc,ImplicitConceptSpecializationDecl * SpecDecl,const ConstraintSatisfaction * Satisfaction,bool Dependent,bool ContainsUnexpandedParameterPack) ConceptSpecializationExpr() argument
88 Create(const ASTContext & C,ConceptReference * Loc,ImplicitConceptSpecializationDecl * SpecDecl,const ConstraintSatisfaction * Satisfaction,bool Dependent,bool ContainsUnexpandedParameterPack) Create() argument
[all...]
/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h51 ImplicitConceptSpecializationDecl *SpecDecl; variable
/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1469 if (const FunctionDecl *SpecDecl = FD->getTemplateInstantiationPattern()) GenerateCode() local