Home
last modified time | relevance | path

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

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