Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h210 bool isOrdinary() const { return Kind == tok::char_constant; } isOrdinary() function
283 bool isOrdinary() const { return Kind == tok::string_literal; } isOrdinary() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h88 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
H A DExpr.h1874 bool isOrdinary() const { return getKind() == StringLiteralKind::Ordinary; } isOrdinary() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h169 bool isOrdinary() const { isOrdinary() function