Home
last modified time | relevance | path

Searched defs:IsLiteral (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitCodes.h98 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp357 bool IsLiteral = MaybeIsLiteral.get(); in ReadAbbrevRecord() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp1657 bool Scanner::scanBlockScalar(bool IsLiteral) { in scanBlockScalar()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp11830 const bool IsLiteral = in DiagnoseFloatingImpCast() local