Home
last modified time | relevance | path

Searched refs:BoundTypeDiagnoser (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DSema.h1363 template <typename... Ts> class BoundTypeDiagnoser : public TypeDiagnoser {
1376 BoundTypeDiagnoser(unsigned DiagID, const Ts &...Args) in BoundTypeDiagnoser() function
1462 BoundTypeDiagnoser<Ts...> Diagnoser(DiagID, Args...); in RequireCompleteType()
1472 BoundTypeDiagnoser<Ts...> Diagnoser(DiagID, Args...); in RequireCompleteExprType()
1483 BoundTypeDiagnoser<Ts...> Diagnoser(DiagID, Args...); in RequireLiteralType()
5636 BoundTypeDiagnoser<Ts...> Diagnoser(DiagID, Args...); in RequireNonAbstractType()
/external/clang/lib/Sema/
DSemaType.cpp6805 BoundTypeDiagnoser<> Diagnoser(DiagID); in RequireCompleteExprType()
7094 BoundTypeDiagnoser<> Diagnoser(DiagID); in RequireCompleteType()
7206 BoundTypeDiagnoser<> Diagnoser(DiagID); in RequireLiteralType()