13 #ifndef LLVM_REMARKS_REMARK_H 14 #define LLVM_REMARKS_REMARK_H 97 std::string getArgsAsMsg()
const;
114 return LHS.SourceFilePath == RHS.SourceFilePath &&
115 LHS.SourceLine == RHS.SourceLine &&
116 LHS.SourceColumn == RHS.SourceColumn;
120 return !(LHS == RHS);
128 return !(LHS == RHS);
139 return !(LHS == RHS);
This class represents lattice values for constants.
#define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref)
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small...
StringRef - Represent a constant reference to a string, i.e.