Home
last modified time | relevance | path

Searched refs:ConceptName (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTConcept.h110 DeclarationNameInfo ConceptName; variable
132 ConceptName(ConceptNameInfo), FoundDecl(FoundDecl), in ConceptReference()
135 ConceptReference() : NestedNameSpec(), TemplateKWLoc(), ConceptName(), in ConceptReference()
142 const DeclarationNameInfo &getConceptNameInfo() const { return ConceptName; } in getConceptNameInfo()
H A DExprConcepts.h125 return ConceptName.getBeginLoc(); in getBeginLoc()
133 : ConceptName.getEndLoc(); in getEndLoc()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp1459 ConceptName.printName(OS, Policy); in print()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp804 E->ConceptName = Record.readDeclarationNameInfo(); in VisitConceptSpecializationExpr()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp1138 DeclarationNameInfo ConceptName(DeclarationName(TypeConstr->Name), in BuildTypeConstraint() local
1155 ConceptName, CD, in BuildTypeConstraint()