Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DLiteralSupport.h271 bool isPascal() const { return Pascal; } in isPascal() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h1902 bool isPascal() const { return StringLiteralBits.IsPascal; } in isPascal() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp8691 bool isPascal() const { return FExpr->isPascal(); } in isPascal() function in __anon9b6cdc881c11::FormatStringLiteral