Searched defs:isPascal (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/Lex/ | ||
H A D | LiteralSupport.h | 287 bool isPascal() const { return Pascal; } in isPascal() function |
/llvm-project/clang/include/clang/AST/ | ||
H A D | Expr.h | 1908 bool isPascal() const { return StringLiteralBits.IsPascal; } in isPascal() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaChecking.cpp | 5617 bool isPascal() const { return FExpr->isPascal(); } isPascal() function in __anond0e4d2a41a11::FormatStringLiteral |