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 = E->getExprOperand()->getType()->template getAs<RecordType>())
69 return this->Visit(E->getExprOperand());
ExprCXX.h 522 Expr *getExprOperand() const {
523 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
528 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
597 Expr *getExprOperand() const {
598 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)");
603 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)");
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 832 Expr *Op = DC->getExprOperand();
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 34 const Expr *E = getExprOperand();
    [all...]
ExprConstant.cpp     [all...]
ItaniumMangle.cpp     [all...]

Completed in 80 milliseconds