Searched defs:RequireLiteralType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaType.cpp6764 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, function in class:Sema
6839 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID) { function in class:Sema
6841 return RequireLiteralType(Loc, T, Diagnoser);
/external/clang/include/clang/Sema/
H A DSema.h1439 bool RequireLiteralType(SourceLocation Loc, QualType T,
1441 bool RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID);
1444 bool RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID, function in class:clang::Sema
1447 return RequireLiteralType(Loc, T, Diagnoser);

Completed in 78 milliseconds