Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/contrib/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
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h177 bool isOrdinary() const { in isOrdinary() function