Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprConcepts.h153 enum RequirementKind { RK_Type, RK_Simple, RK_Compound, RK_Nested }; enumerator
226 Requirement(RK_Type, false, false, false), Value(Diagnostic), in TypeRequirement()
252 return R->getKind() == RK_Type; in classof()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaConcept.cpp1081 Requirement(RK_Type, T->getType()->isInstantiationDependentType(), in TypeRequirement()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp1493 ID.AddInteger(concepts::Requirement::RK_Type); in VisitRequiresExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp460 Record.push_back(concepts::Requirement::RK_Type); in VisitRequiresExpr()
H A DASTReaderStmt.cpp845 case concepts::Requirement::RK_Type: { in VisitRequiresExpr()