Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp161 QualType CXXTypeidExpr::getTypeOperand(ASTContext &Context) const { in getTypeOperand() function in CXXTypeidExpr
168 QualType CXXUuidofExpr::getTypeOperand(ASTContext &Context) const { in getTypeOperand() function in CXXUuidofExpr
H A DItaniumMangle.cpp4315 mangleType(UE->getTypeOperand(Context.getASTContext())); in mangleExpression()
4321 QualType UuidT = UE->getTypeOperand(Context.getASTContext()); in mangleExpression()
4719 mangleType(TIE->getTypeOperand(Context.getASTContext())); in mangleExpression()
H A DJSONNodeDumper.cpp1332 QualType Adjusted = CTE->getTypeOperand(Ctx); in VisitCXXTypeidExpr()
H A DExprConstant.cpp8414 TypeInfo = TypeInfoLValue(E->getTypeOperand(Info.Ctx).getTypePtr()); in VisitCXXTypeidExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h879 QualType getTypeOperand(ASTContext &Context) const;
1090 QualType getTypeOperand(ASTContext &Context) const;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprCXX.cpp2198 CGM.GetAddrOfRTTIDescriptor(E->getTypeOperand(getContext())); in EmitCXXTypeidExpr()
H A DCGExprConstant.cpp2054 T = E->getTypeOperand(CGM.getContext()); in VisitCXXTypeidExpr()