OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RK_Compound
(Results
1 - 2
of
2
) 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 };
365
bool isCompound() const { return getKind() ==
RK_Compound
; }
401
return R->getKind() ==
RK_Compound
|| R->getKind() == RK_Simple;
ExprConcepts.h
153
enum RequirementKind { RK_Type, RK_Simple,
RK_Compound
, RK_Nested };
365
bool isCompound() const { return getKind() ==
RK_Compound
; }
401
return R->getKind() ==
RK_Compound
|| R->getKind() == RK_Simple;
Completed in 46 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026