Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLiteralSupport.h236 bool isPascal() const { return Pascal; } in isPascal() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp485 bool isPascal = Record[Idx++]; in VisitStringLiteral() local
/external/clang/include/clang/AST/
DExpr.h1567 bool isPascal() const { return IsPascal; } in isPascal() function