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 501 Expr *getExprOperand() const {
502 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
507 assert(!isTypeOperand() && "Cannot call getExprOperand for typeid(type)");
576 Expr *getExprOperand() const {
577 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)");
582 assert(!isTypeOperand() && "Cannot call getExprOperand for __uuidof(type)");
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGExprConstant.cpp     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp     [all...]
ExprConstant.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]

Completed in 486 milliseconds