Home
last modified time | relevance | path

Searched refs:isPascal (Results 1 – 7 of 7) 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/lib/Serialization/
H A DASTWriterStmt.cpp756 Record.push_back(E->isPascal()); in VisitStringLiteral()
/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
H A DSemaInit.cpp247 if (SL->isPascal()) in CheckStringInit()
H A DSemaExpr.cpp2063 } else if (Literal.isPascal()) { in ActOnStringLiteral()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7592 Importer.getToContext(), E->getBytes(), E->getKind(), E->isPascal(), in VisitStringLiteral()