Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp9105 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, in RequireLiteralType() function in Sema
9195 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID) { in RequireLiteralType() function in Sema
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2539 bool RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID, in RequireLiteralType() function