HomeSort by: relevance | last modified time | path
    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