Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h35 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable
/freebsd/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp373 bool IsLiteral = MaybeIsLiteral.get(); in ReadAbbrevRecord() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1697 scanBlockScalar(bool IsLiteral) scanBlockScalar() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10421 const bool IsLiteral = in DiagnoseFloatingImpCast() local