Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLiteralSupport.h259 bool isPascal() const { return Pascal; } in isPascal() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1690 bool isPascal() const { return StringLiteralBits.IsPascal; } in isPascal() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp6293 bool isPascal() const { return FExpr->isPascal(); } in isPascal() function in __anon7dcd61c00e11::FormatStringLiteral