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_Nested
(Results
1 - 4
of
4
) 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
};
416
Requirement(
RK_Nested
, /*Dependent=*/false,
421
Requirement(
RK_Nested
, /*Dependent=*/true,
431
Requirement(
RK_Nested
, Constraint->isInstantiationDependent(),
463
return R->getKind() ==
RK_Nested
;
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtProfile.cpp
1519
ID.AddInteger(concepts::Requirement::
RK_Nested
);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
905
case concepts::Requirement::
RK_Nested
: {
ASTWriterStmt.cpp
495
Record.push_back(concepts::Requirement::
RK_Nested
);
Completed in 59 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026