Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9252 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, in RequireLiteralType() function in Sema
9343 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID) { in RequireLiteralType() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14909 bool RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID, in RequireLiteralType() function