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 803 VisitType(S->getTypeOperand());
809 VisitType(S->getTypeOperand());
    [all...]
ExprCXX.cpp 43 QualType CXXTypeidExpr::getTypeOperand() const {
44 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
49 QualType CXXUuidofExpr::getTypeOperand() const {
50 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 569 QualType getTypeOperand() const;
573 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
578 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
704 QualType getTypeOperand() const;
708 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
713 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGExprCXX.cpp     [all...]
CodeGenModule.cpp     [all...]

Completed in 688 milliseconds