Home
last modified time | relevance | path

Searched defs:isPascal (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLiteralSupport.h271 bool isPascal() const { return Pascal; } in isPascal() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h1891 bool isPascal() const { return StringLiteralBits.IsPascal; } in isPascal() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp8449 bool isPascal() const { return FExpr->isPascal(); } in isPascal() function in __anon8097fee11b11::FormatStringLiteral