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

  /external/clang/lib/AST/
ExprCXX.cpp 43 QualType CXXTypeidExpr::getTypeOperand(ASTContext &Context) const {
44 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
50 QualType CXXUuidofExpr::getTypeOperand(ASTContext &Context) const {
51 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
121 Uuid = CXXUuidofExpr::GetUuidAttrOfType(getTypeOperand(Context))->getGuid();
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 569 QualType getTypeOperand(ASTContext &Context) const;
573 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
578 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
704 QualType getTypeOperand(ASTContext &Context) const;
708 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
713 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGExprConstant.cpp     [all...]

Completed in 440 milliseconds