Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h263 bool isPascal() const { return Pascal; } in isPascal() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp678 Record.push_back(E->isPascal()); in VisitStringLiteral()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1881 bool isPascal() const { return StringLiteralBits.IsPascal; } in isPascal() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7232 bool isPascal() const { return FExpr->isPascal(); } in isPascal() function in __anon7fa672bc1311::FormatStringLiteral
H A DSemaInit.cpp224 if (SL->isPascal()) in CheckStringInit()
H A DSemaExpr.cpp1816 } else if (Literal.isPascal()) { in ActOnStringLiteral()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp6810 Importer.getToContext(), E->getBytes(), E->getKind(), E->isPascal(), in VisitStringLiteral()