Searched refs:getTypeOperand (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp43 QualType CXXTypeidExpr::getTypeOperand(ASTContext &Context) const { function in class:CXXTypeidExpr
44 assert(isTypeOperand() && "Cannot call getTypeOperand for typeid(expr)");
50 QualType CXXUuidofExpr::getTypeOperand(ASTContext &Context) const { function in class:CXXUuidofExpr
51 assert(isTypeOperand() && "Cannot call getTypeOperand for __uuidof(expr)");
123 Uuid = CXXUuidofExpr::GetUuidAttrOfType(getTypeOperand(Context))->getGuid();
H A DItaniumMangle.cpp2858 mangleType(TIE->getTypeOperand(Context.getASTContext()));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp948 T = Typeid->getTypeOperand(CGM.getContext());
H A DCGExprCXX.cpp1610 CGM.GetAddrOfRTTIDescriptor(E->getTypeOperand(getContext()));
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h569 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)");

Completed in 116 milliseconds