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.cpp771 Record.push_back(E->isPascal()); in VisitStringLiteral()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1920 bool isPascal() const { return StringLiteralBits.IsPascal; } in isPascal() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6175 bool isPascal() const { return FExpr->isPascal(); } in isPascal() function in __anon28c3fbb11e11::FormatStringLiteral
H A DSemaInit.cpp247 if (SL->isPascal()) in CheckStringInit()
H A DSemaExpr.cpp2172 } else if (Literal.isPascal()) { in ActOnStringLiteral()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7940 E->getKind(), E->isPascal(), *ToTypeOrErr, in VisitStringLiteral()