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

/external/clang/lib/Sema/
H A DSemaType.cpp4467 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, function in class:Sema
4549 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID) { function in class:Sema
4551 return RequireLiteralType(Loc, T, Diagnoser);
/external/clang/include/clang/Sema/
H A DSema.h1058 bool RequireLiteralType(SourceLocation Loc, QualType T,
1060 bool RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID);
1063 bool RequireLiteralType(SourceLocation Loc, QualType T, function in class:clang::Sema
1066 return RequireLiteralType(Loc, T, Diagnoser);
1070 bool RequireLiteralType(SourceLocation Loc, QualType T, function in class:clang::Sema
1073 return RequireLiteralType(Loc, T, Diagnoser);
1077 bool RequireLiteralType(SourceLocation Loc, QualType T, function in class:clang::Sema
1082 return RequireLiteralType(Loc, T, Diagnoser);

Completed in 58 milliseconds