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