HomeSort by relevance Sort by last modified time
    Searched refs:isExprRep (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
DeclSpec.h 395 static bool isExprRep(TST T) {
479 assert(isExprRep((TST) TypeSpecType) && "DeclSpec does not store an expr");
630 assert(isExprRep((TST) TypeSpecType));
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 615 assert(isExprRep(T) && "T does not store an expr");
661 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) &&
    [all...]

Completed in 44 milliseconds