Searched refs:isTypeRep (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DDeclSpec.cpp599 assert(isTypeRep(T) && "T does not store a type");
668 assert(!isDeclRep(T) && !isTypeRep(T) && !isExprRep(T) &&
/external/clang/include/clang/Sema/
H A DDeclSpec.h385 static bool isTypeRep(TST T) { function in class:clang::DeclSpec
472 assert(isTypeRep((TST) TypeSpecType) && "DeclSpec does not store a type");
645 assert(isTypeRep((TST) TypeSpecType));

Completed in 604 milliseconds