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 648 assert(isDeclRep(T) && "T does not store a decl");
668 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) &&
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 396 static bool isDeclRep(TST T) {
476 assert(isDeclRep((TST) TypeSpecType) && "DeclSpec does not store a decl");
497 assert(isDeclRep((TST) TypeSpecType) || TypeSpecType == TST_typename);
641 assert(isDeclRep((TST) TypeSpecType));
    [all...]

Completed in 49 milliseconds