HomeSort by: relevance | last modified time | path
    Searched refs:isPartOfExplicitCast (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 1244 attributeOnlyIfTrue("isPartOfExplicitCast", ICE->isPartOfExplicitCast());
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 1009 Record.push_back(E->isPartOfExplicitCast());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 3577 bool isPartOfExplicitCast() const { return CastExprBits.PartOfExplicitCast; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 2305 if (!ICE->isPartOfExplicitCast())

Completed in 92 milliseconds