Searched defs:isOrdinary (Results 1 – 4 of 4) sorted by relevance
210 bool isOrdinary() const { return Kind == tok::char_constant; } isOrdinary() function 283 bool isOrdinary() const { return Kind == tok::string_literal; } isOrdinary() function
88 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
1874 bool isOrdinary() const { return getKind() == StringLiteralKind::Ordinary; } isOrdinary() function
169 bool isOrdinary() const { isOrdinary() function