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

  /external/clang/include/clang/AST/
EvaluatedExprVisitor.h 67 return this->Visit(E->getExprOperand());
ExprCXX.h 536 Expr *getExprOperand() const {
537 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
542 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
612 Expr *getExprOperand() const {
613 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)");
618 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)");
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGExprConstant.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 35 const Expr *E = getExprOperand();
    [all...]
ItaniumMangle.cpp     [all...]
ExprConstant.cpp     [all...]

Completed in 152 milliseconds