Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp77 QualType CXXTypeidExpr::getTypeOperand(ASTContext &Context) const { in getTypeOperand() function in CXXTypeidExpr
84 QualType CXXUuidofExpr::getTypeOperand(ASTContext &Context) const { in getTypeOperand() function in CXXUuidofExpr
H A DItaniumMangle.cpp3580 QualType UuidT = UE->getTypeOperand(Context.getASTContext()); in mangleExpression()
3936 mangleType(TIE->getTypeOperand(Context.getASTContext())); in mangleExpression()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h713 QualType getTypeOperand(ASTContext &Context) const;
920 QualType getTypeOperand(ASTContext &Context) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp2133 CGM.GetAddrOfRTTIDescriptor(E->getTypeOperand(getContext())); in EmitCXXTypeidExpr()
H A DCGExprConstant.cpp1845 T = E->getTypeOperand(CGM.getContext()); in VisitCXXTypeidExpr()