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

  /external/clang/lib/Sema/
DeclSpec.cpp 623 assert(isDeclRep(T) && "T does not store a decl");
642 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) &&
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 393 static bool isDeclRep(TST T) {
463 assert(isDeclRep((TST) TypeSpecType) && "DeclSpec does not store a decl");
484 assert(isDeclRep((TST) TypeSpecType) || TypeSpecType == TST_typename);
605 assert(isDeclRep((TST) TypeSpecType));
    [all...]

Completed in 31 milliseconds