Searched defs:SpecDecl (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | ExprConcepts.cpp | 35 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 D | ExprConcepts.h | 51 ImplicitConceptSpecializationDecl *SpecDecl; variable
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1469 if (const FunctionDecl *SpecDecl = FD->getTemplateInstantiationPattern()) GenerateCode() local
|