Home
last modified time | relevance | path

Searched refs:NamedConcept (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h143 ConceptDecl *NamedConcept; variable
151 ConceptDecl *NamedConcept, in ConceptReference() argument
155 NamedConcept(NamedConcept), ArgsAsWritten(ArgsAsWritten) {} in ConceptReference()
161 NamedDecl *FoundDecl, ConceptDecl *NamedConcept,
201 return NamedConcept; in getNamedConcept()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTConcept.cpp91 NamedDecl *FoundDecl, ConceptDecl *NamedConcept, in Create() argument
94 FoundDecl, NamedConcept, ArgsAsWritten); in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1140 ConceptDecl *NamedConcept, NamedDecl *FoundDecl, SourceLocation LAngleLoc, in formImmediatelyDeclaredConstraint() argument
1161 /*FoundDecl=*/FoundDecl ? FoundDecl : NamedConcept, NamedConcept, in formImmediatelyDeclaredConstraint()
1188 ConceptDecl *NamedConcept, NamedDecl *FoundDecl, in AttachTypeConstraint() argument
1202 *this, NS, NameInfo, NamedConcept, FoundDecl, in AttachTypeConstraint()
1219 /*NamedConcept=*/NamedConcept, in AttachTypeConstraint()
4345 ConceptDecl *NamedConcept, in CheckConceptTemplateId() argument
4347 assert(NamedConcept && "A concept template id without a template?"); in CheckConceptTemplateId()
4351 NamedConcept, ConceptNameInfo.getLoc(), in CheckConceptTemplateId()
4357 DiagnoseUseOfDecl(NamedConcept, ConceptNameInfo.getLoc()); in CheckConceptTemplateId()
4360 Context, NamedConcept->getDeclContext(), NamedConcept->getLocation(), in CheckConceptTemplateId()
[all …]
H A DTreeTransform.h3665 NamedDecl *FoundDecl, ConceptDecl *NamedConcept, in RebuildConceptSpecializationExpr() argument
3672 NamedConcept, TALI); in RebuildConceptSpecializationExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11231 ConceptDecl *NamedConcept, NamedDecl *FoundDecl,
11434 NamedDecl *FoundDecl, ConceptDecl *NamedConcept,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6970 auto NamedConcept = readDeclAs<ConceptDecl>(); in readConceptReference() local
6972 getContext(), NNS, TemplateKWLoc, ConceptNameLoc, FoundDecl, NamedConcept, in readConceptReference()