Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp4319 mangleType(UE->getTypeOperand(Context.getASTContext())); in mangleExpression()
4325 QualType UuidT = UE->getTypeOperand(Context.getASTContext()); in mangleExpression()
4723 mangleType(TIE->getTypeOperand(Context.getASTContext())); in mangleExpression()
H A DJSONNodeDumper.cpp1364 QualType Adjusted = CTE->getTypeOperand(Ctx); in VisitCXXTypeidExpr()
H A DExprConstant.cpp8433 TypeInfo = TypeInfoLValue(E->getTypeOperand(Info.Ctx).getTypePtr()); in VisitCXXTypeidExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h885 QualType getTypeOperand(ASTContext &Context) const;
1096 QualType getTypeOperand(ASTContext &Context) const;
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp2201 CGM.GetAddrOfRTTIDescriptor(E->getTypeOperand(getContext())); in EmitCXXTypeidExpr()
H A DCGExprConstant.cpp2053 T = E->getTypeOperand(CGM.getContext()); in VisitCXXTypeidExpr()