Searched refs:ConceptName (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h110 DeclarationNameInfo ConceptName; member in class:clang::ConceptReference
132 ConceptName(ConceptNameInfo), FoundDecl(FoundDecl),
135 ConceptReference() : NestedNameSpec(), TemplateKWLoc(), ConceptName(),
142 const DeclarationNameInfo &getConceptNameInfo() const { return ConceptName; }
H A DExprConcepts.h125 return ConceptName.getBeginLoc();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp1426 ConceptName.printName(OS, Policy);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp797 E->ConceptName = Record.readDeclarationNameInfo();

Completed in 120 milliseconds