Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h287 bool isPascal() const { return Pascal; } in isPascal() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1908 bool isPascal() const { return StringLiteralBits.IsPascal; } in isPascal() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5621 bool isPascal() const { return FExpr->isPascal(); } in isPascal() function in __anon28c3fbb11a11::FormatStringLiteral