Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp161 QualType CXXTypeidExpr::getTypeOperand(const ASTContext &Context) const { in getTypeOperand() function in CXXTypeidExpr
215 QualType CXXUuidofExpr::getTypeOperand(ASTContext &Context) const { in getTypeOperand() function in CXXUuidofExpr
H A DItaniumMangle.cpp5070 mangleType(UE->getTypeOperand(Context.getASTContext())); in mangleExpression()
5076 QualType UuidT = UE->getTypeOperand(Context.getASTContext()); in mangleExpression()
5510 mangleType(TIE->getTypeOperand(Context.getASTContext())); in mangleExpression()
H A DJSONNodeDumper.cpp1485 QualType Adjusted = CTE->getTypeOperand(Ctx); in VisitCXXTypeidExpr()
H A DExprConstant.cpp9171 TypeInfo = TypeInfoLValue(E->getTypeOperand(Info.Ctx).getTypePtr()); in VisitCXXTypeidExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h887 QualType getTypeOperand(const ASTContext &Context) const;
1102 QualType getTypeOperand(ASTContext &Context) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2236 CGM.GetAddrOfRTTIDescriptor(E->getTypeOperand(getContext())); in EmitCXXTypeidExpr()
H A DCGExprConstant.cpp2423 T = E->getTypeOperand(CGM.getContext()); in VisitCXXTypeidExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp3739 canonType(E->getTypeOperand(Ctx.getASTContext()).getTypePtr()), in VisitCXXTypeidExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10365 {"_ZNK5clang13CXXTypeidExpr14getTypeOperandEv", "clang::CXXTypeidExpr::getTypeOperand() const"},
10366 {"_ZNK5clang13CXXUuidofExpr14getTypeOperandEv", "clang::CXXUuidofExpr::getTypeOperand() const"},