/external/clang/include/clang/Lex/ |
LiteralSupport.h | 161 ResultPtr(ResultBuf.data()), hadError(false), AnyWide(false), Pascal(false) { 168 bool Pascal;
|
/external/clang/lib/Lex/ |
LiteralSupport.cpp | 845 ResultPtr(ResultBuf.data()), hadError(false), AnyWide(false), Pascal(false) { 920 Pascal = false; 949 // Check if this is a pascal string 953 // If the \p sequence is found in the first token, we have a pascal string 954 // Otherwise, if we already have a pascal string, ignore the first \p 957 Pascal = true; 958 } else if (Pascal) [all...] |
Pragma.cpp | 450 if (Literal.Pascal) { 526 if (Literal.Pascal) { 908 if (Literal.Pascal) { [all...] |
PPDirectives.cpp | 783 if (Literal.Pascal) { [all...] |
/external/pcre/ |
makevp.bat | 12 echo Compiling PCRE with BORLAND C++ for VIRTUAL PASCAL 16 REM with Virtual Pascal. It has not been tested with the latest PCRE release.
|
pcregexp.pas | 2 pcRegExp - Perl compatible regular expressions for Virtual Pascal
5 Based on PCRE library interface unit for Virtual Pascal.
|
/external/zlib/contrib/pascal/ |
zlibpas.pas | 1 (* zlibpas -- Pascal interface to the zlib data compression library
|
example.pas | 5 * Pascal translation
|
/external/clang/include/clang/AST/ |
Expr.h | [all...] |
/external/clang/lib/AST/ |
Expr.cpp | 537 bool Pascal, QualType Ty, 553 SL->IsPascal = Pascal; [all...] |
/external/clang/lib/Sema/ |
SemaExpr.cpp | [all...] |