Home
last modified time | relevance | path

Searched refs:ConceptReference (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h125 class ConceptReference {
149 ConceptReference(NestedNameSpecifierLoc NNS, SourceLocation TemplateKWLoc, in ConceptReference() function
158 static ConceptReference *
232 ConceptReference *ConceptRef;
235 TypeConstraint(ConceptReference *ConceptRef, in TypeConstraint()
247 ConceptReference *getConceptReference() const { return ConceptRef; } in getConceptReference()
H A DTextNodeDumper.h198 void Visit(const ConceptReference *);
215 void dumpConceptReference(const ConceptReference *R);
H A DASTNodeTraverser.h290 void Visit(const ConceptReference *R) { in Visit()
332 else if (const auto *CR = N.get<ConceptReference>()) in Visit()
H A DJSONNodeDumper.h212 void Visit(const ConceptReference *);
H A DTypeLoc.h2180 ConceptReference *CR = nullptr;
2201 void setConceptReference(ConceptReference *CR) { getLocalData()->CR = CR; } in setConceptReference()
2203 ConceptReference *getConceptReference() const { return getLocalData()->CR; } in getConceptReference()
H A DRecursiveASTVisitor.h320 bool TraverseConceptReference(ConceptReference *CR);
323 bool VisitConceptReference(ConceptReference *CR) { return true; }
2568 ConceptReference *CR) {
H A DDeclTemplate.h1322 void setTypeConstraint(ConceptReference *CR,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTConcept.cpp87 ConceptReference *
88 ConceptReference::Create(const ASTContext &C, NestedNameSpecifierLoc NNS, in Create()
93 return new (C) ConceptReference(NNS, TemplateKWLoc, ConceptNameInfo, in Create()
97 void ConceptReference::print(llvm::raw_ostream &OS, in print()
H A DASTTypeTraits.cpp215 else if (const ConceptReference *C = get<ConceptReference>()) in print()
229 else if (const ConceptReference *C = get<ConceptReference>()) in dump()
258 if (const ConceptReference *C = get<ConceptReference>()) in getSourceRange()
H A DASTDumper.cpp353 LLVM_DUMP_METHOD void ConceptReference::dump() const { in dump()
357 LLVM_DUMP_METHOD void ConceptReference::dump(raw_ostream &OS) const { in dump()
H A DTypeLoc.cpp635 static ConceptReference *createTrivialConceptReference(ASTContext &Context, in createTrivialConceptReference()
652 auto *ConceptRef = ConceptReference::Create( in createTrivialConceptReference()
H A DDeclTemplate.cpp710 ConceptReference *Loc, Expr *ImmediatelyDeclaredConstraint) { in setTypeConstraint()
H A DJSONNodeDumper.cpp243 void JSONNodeDumper::Visit(const ConceptReference *CR) { in Visit()
H A DTextNodeDumper.cpp489 void TextNodeDumper::Visit(const ConceptReference *R) { in Visit()
H A DASTImporter.cpp977 Expected<ConceptReference *> ASTNodeImporter::import(ConceptReference *From) { in import()
993 auto *ConceptRef = ConceptReference::Create( in import()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h233 void AddConceptReference(const ConceptReference *CR);
H A DASTRecordReader.h157 ConceptReference *readConceptReference();
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp503 const ConceptReference *CR = E->getConceptReference(); in VisitConceptSpecializationExpr()
H A DASTReaderDecl.cpp2670 ConceptReference *CR = nullptr; in VisitTemplateTypeParmDecl()
H A DASTReader.cpp6965 ConceptReference *ASTRecordReader::readConceptReference() { in readConceptReference()
6971 auto *CR = ConceptReference::Create( in readConceptReference()
H A DASTWriter.cpp510 void ASTRecordWriter::AddConceptReference(const ConceptReference *CR) { in AddConceptReference()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1215 auto *CL = ConceptReference::Create(Context, /*NNS=*/NS, in AttachTypeConstraint()
4380 auto *CL = ConceptReference::Create( in CheckConceptTemplateId()
H A DSemaType.cpp5983 auto *CR = ConceptReference::Create( in VisitAutoTypeLoc()
H A DTreeTransform.h7149 auto *CR = ConceptReference::Create( in TransformAutoType()