Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp162 QualType CXXTypeidExpr::getTypeOperand(ASTContext &Context) const { in getTypeOperand() function in CXXTypeidExpr
216 QualType CXXUuidofExpr::getTypeOperand(ASTContext &Context) const { in getTypeOperand() function in CXXUuidofExpr
H A DItaniumMangle.cpp4792 mangleType(UE->getTypeOperand(Context.getASTContext())); in mangleExpression()
4798 QualType UuidT = UE->getTypeOperand(Context.getASTContext()); in mangleExpression()
5252 mangleType(TIE->getTypeOperand(Context.getASTContext())); in mangleExpression()
H A DJSONNodeDumper.cpp1471 QualType Adjusted = CTE->getTypeOperand(Ctx); in VisitCXXTypeidExpr()
H A DExprConstant.cpp8801 TypeInfo = TypeInfoLValue(E->getTypeOperand(Info.Ctx).getTypePtr()); in VisitCXXTypeidExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h885 QualType getTypeOperand(ASTContext &Context) const;
1100 QualType getTypeOperand(ASTContext &Context) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2200 CGM.GetAddrOfRTTIDescriptor(E->getTypeOperand(getContext())); in EmitCXXTypeidExpr()
H A DCGExprConstant.cpp2310 T = E->getTypeOperand(CGM.getContext()); in VisitCXXTypeidExpr()