| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTConcept.h | 125 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 D | ExprConcepts.h | 47 ConceptReference *ConceptRef; 58 ConceptSpecializationExpr(const ASTContext &C, ConceptReference *ConceptRef, 62 ConceptSpecializationExpr(const ASTContext &C, ConceptReference *ConceptRef, 71 Create(const ASTContext &C, ConceptReference *ConceptRef, 76 Create(const ASTContext &C, ConceptReference *ConceptRef, 85 ConceptReference *getConceptReference() const { return ConceptRef; } in getConceptReference()
|
| H A D | ASTFwd.h | 37 class ConceptReference; variable
|
| H A D | ASTTypeTraits.h | 226 KIND_TO_KIND_ID(ConceptReference) 588 struct DynTypedNode::BaseConverter<ConceptReference, void> 589 : public PtrConverter<ConceptReference> {};
|
| H A D | TextNodeDumper.h | 198 void Visit(const ConceptReference *); 215 void dumpConceptReference(const ConceptReference *R);
|
| H A D | ASTNodeTraverser.h | 290 void Visit(const ConceptReference *R) { in Visit() 332 else if (const auto *CR = N.get<ConceptReference>()) in Visit()
|
| H A D | JSONNodeDumper.h | 212 void Visit(const ConceptReference *);
|
| H A D | TypeLoc.h | 2180 ConceptReference *CR = nullptr; 2201 void setConceptReference(ConceptReference *CR) { getLocalData()->CR = CR; } in setConceptReference() 2203 ConceptReference *getConceptReference() const { return getLocalData()->CR; } in getConceptReference()
|
| H A D | RecursiveASTVisitor.h | 320 bool TraverseConceptReference(ConceptReference *CR); 323 bool VisitConceptReference(ConceptReference *CR) { return true; } 2568 ConceptReference *CR) {
|
| H A D | DeclTemplate.h | 1322 void setTypeConstraint(ConceptReference *CR,
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTConcept.cpp | 87 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 D | ASTTypeTraits.cpp | 215 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 D | ExprConcepts.cpp | 34 const ASTContext &C, ConceptReference *Loc, in ConceptSpecializationExpr() 60 ConceptSpecializationExpr::Create(const ASTContext &C, ConceptReference *Loc, in Create() 67 const ASTContext &C, ConceptReference *Loc, in ConceptSpecializationExpr() 87 ConceptSpecializationExpr::Create(const ASTContext &C, ConceptReference *Loc, in Create()
|
| H A D | ASTDumper.cpp | 353 LLVM_DUMP_METHOD void ConceptReference::dump() const { in dump() 357 LLVM_DUMP_METHOD void ConceptReference::dump(raw_ostream &OS) const { in dump()
|
| H A D | TypeLoc.cpp | 635 static ConceptReference *createTrivialConceptReference(ASTContext &Context, in createTrivialConceptReference() 652 auto *ConceptRef = ConceptReference::Create( in createTrivialConceptReference()
|
| H A D | DeclTemplate.cpp | 710 ConceptReference *Loc, Expr *ImmediatelyDeclaredConstraint) { in setTypeConstraint()
|
| H A D | JSONNodeDumper.cpp | 243 void JSONNodeDumper::Visit(const ConceptReference *CR) { in Visit()
|
| H A D | TextNodeDumper.cpp | 489 void TextNodeDumper::Visit(const ConceptReference *R) { in Visit()
|
| H A D | ASTImporter.cpp | 977 Expected<ConceptReference *> ASTNodeImporter::import(ConceptReference *From) { in import() 993 auto *ConceptRef = ConceptReference::Create( in import()
|
| /src/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTRecordWriter.h | 233 void AddConceptReference(const ConceptReference *CR);
|
| H A D | ASTRecordReader.h | 157 ConceptReference *readConceptReference();
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 503 const ConceptReference *CR = E->getConceptReference(); in VisitConceptSpecializationExpr()
|
| H A D | ASTReaderDecl.cpp | 2670 ConceptReference *CR = nullptr; in VisitTemplateTypeParmDecl()
|
| H A D | ASTReader.cpp | 6965 ConceptReference *ASTRecordReader::readConceptReference() { in readConceptReference() 6971 auto *CR = ConceptReference::Create( in readConceptReference()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 1215 auto *CL = ConceptReference::Create(Context, /*NNS=*/NS, in AttachTypeConstraint() 4380 auto *CL = ConceptReference::Create( in CheckConceptTemplateId()
|