HomeSort by relevance Sort by last modified time
    Searched refs:getExprOperand (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/AST/
EvaluatedExprVisitor.h 67 return this->Visit(E->getExprOperand());
ExprCXX.h 582 Expr *getExprOperand() const {
583 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
588 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
717 Expr *getExprOperand() const {
718 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)");
723 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)");
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 35 const Expr *E = getExprOperand();
124 Expr *Op = getExprOperand();
    [all...]
ItaniumMangle.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]

Completed in 350 milliseconds