Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLiteralSupport.h247 bool isPascal() const { return Pascal; } in isPascal() function
/external/llvm-project/clang/include/clang/Lex/
DLiteralSupport.h262 bool isPascal() const { return Pascal; } in isPascal() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp511 bool isPascal = Record[Idx++]; in VisitStringLiteral() local
/external/clang/include/clang/AST/
DExpr.h1562 bool isPascal() const { return IsPascal; } in isPascal() function
/external/llvm-project/clang/include/clang/AST/
DExpr.h1879 bool isPascal() const { return StringLiteralBits.IsPascal; } in isPascal() function
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp7029 bool isPascal() const { return FExpr->isPascal(); } in isPascal() function in __anon33aba9e81111::FormatStringLiteral