Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp162 QualType CXXTypeidExpr::getTypeOperand(ASTContext &Context) const { in getTypeOperand() function in CXXTypeidExpr
169 QualType CXXUuidofExpr::getTypeOperand(ASTContext &Context) const { in getTypeOperand() function in CXXUuidofExpr
H A DItaniumMangle.cpp4769 mangleType(UE->getTypeOperand(Context.getASTContext())); in mangleExpression()
4775 QualType UuidT = UE->getTypeOperand(Context.getASTContext()); in mangleExpression()
5221 mangleType(TIE->getTypeOperand(Context.getASTContext())); in mangleExpression()
H A DJSONNodeDumper.cpp1436 QualType Adjusted = CTE->getTypeOperand(Ctx); in VisitCXXTypeidExpr()
H A DExprConstant.cpp8715 TypeInfo = TypeInfoLValue(E->getTypeOperand(Info.Ctx).getTypePtr()); in VisitCXXTypeidExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h885 QualType getTypeOperand(ASTContext &Context) const;
1096 QualType getTypeOperand(ASTContext &Context) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2236 CGM.GetAddrOfRTTIDescriptor(E->getTypeOperand(getContext())); in EmitCXXTypeidExpr()
H A DCGExprConstant.cpp2069 T = E->getTypeOperand(CGM.getContext()); in VisitCXXTypeidExpr()