OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RK_Type
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprConcepts.h
153
enum RequirementKind {
RK_Type
, RK_Simple, RK_Compound, RK_Nested };
226
Requirement(
RK_Type
, false, false, false), Value(Diagnostic),
252
return R->getKind() ==
RK_Type
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaConcept.cpp
1081
Requirement(
RK_Type
, T->getType()->isInstantiationDependentType(),
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtProfile.cpp
1493
ID.AddInteger(concepts::Requirement::
RK_Type
);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
845
case concepts::Requirement::
RK_Type
: {
ASTWriterStmt.cpp
460
Record.push_back(concepts::Requirement::
RK_Type
);
Completed in 20 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026