Home
last modified time | relevance | path

Searched refs:isPascal (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLiteralSupport.h271 bool isPascal() const { return Pascal; } in isPascal() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp687 Record.push_back(E->isPascal()); in VisitStringLiteral()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h1891 bool isPascal() const { return StringLiteralBits.IsPascal; } in isPascal() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp8449 bool isPascal() const { return FExpr->isPascal(); } in isPascal() function in __anon8097fee11b11::FormatStringLiteral
H A DSemaInit.cpp224 if (SL->isPascal()) in CheckStringInit()
H A DSemaExpr.cpp1884 } else if (Literal.isPascal()) { in ActOnStringLiteral()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp7069 Importer.getToContext(), E->getBytes(), E->getKind(), E->isPascal(), in VisitStringLiteral()