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 667 assert(isDeclRep(T) && "T does not store a decl");
687 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) &&
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 413 static bool isDeclRep(TST T) {
493 assert(isDeclRep((TST) TypeSpecType) && "DeclSpec does not store a decl");
514 assert(isDeclRep((TST) TypeSpecType) || TypeSpecType == TST_typename);
658 assert(isDeclRep((TST) TypeSpecType));
    [all...]

Completed in 73 milliseconds