Home
last modified time | relevance | path

Searched defs:isOrdinary (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseStdFormatCheck.cpp22 AST_MATCHER(StringLiteral, isOrdinary) { return Node.isOrdinary(); } in AST_MATCHER() argument
H A DUseStdPrintCheck.cpp22 AST_MATCHER(StringLiteral, isOrdinary) { return Node.isOrdinary(); } in AST_MATCHER() argument
/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h209 bool isOrdinary() const { return Kind == tok::char_constant; } in isOrdinary() function
282 bool isOrdinary() const { return Kind == tok::string_literal; } in isOrdinary() function
/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h88 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
H A DExpr.h1902 bool isOrdinary() const { return getKind() == StringLiteralKind::Ordinary; } in isOrdinary() function
/llvm-project/clang/lib/CodeGen/
H A DCGCall.h177 bool isOrdinary() const { in isOrdinary() function