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

  /external/clang/lib/AST/
StmtProfile.cpp 755 VisitType(S->getTypeOperand());
761 VisitType(S->getTypeOperand());
ExprCXX.cpp 26 QualType CXXTypeidExpr::getTypeOperand() const {
27 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
32 QualType CXXUuidofExpr::getTypeOperand() const {
33 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
    [all...]
StmtPrinter.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 488 QualType getTypeOperand() const;
492 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
497 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
563 QualType getTypeOperand() const;
567 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
572 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGExprConstant.cpp     [all...]

Completed in 38 milliseconds