HomeSort by relevance Sort by last modified time
    Searched full:ispascal (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/Lex/
LiteralSupport.h 218 bool isPascal() const { return Pascal; }
  /external/clang/lib/AST/
Expr.cpp 870 StringKind Kind, bool IsPascal) {
874 this->IsPascal = IsPascal;
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 401 bool isPascal = Record[Idx++];
405 E->setString(Reader.getContext(), Str.str(), kind, isPascal);
    [all...]
ASTWriterStmt.cpp 345 Record.push_back(E->isPascal());
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 114 if (SL->isPascal())
    [all...]
SemaExpr.cpp     [all...]

Completed in 596 milliseconds