Home
last modified time | relevance | path

Searched defs:DestroyedType (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp129 QualType DestroyedType = E->getDestroyedType(); in EmitCXXPseudoDestructorExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp328 CXXPseudoDestructorExpr(const ASTContext & Context,Expr * Base,bool isArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,TypeSourceInfo * ScopeType,SourceLocation ColonColonLoc,SourceLocation TildeLoc,PseudoDestructorTypeStorage DestroyedType) CXXPseudoDestructorExpr() argument
H A DItaniumMangle.cpp4957 QualType DestroyedType = PDE->getDestroyedType(); mangleExpression() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2630 PseudoDestructorTypeStorage DestroyedType; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h15411 TypeSourceInfo *DestroyedType = Destroyed.getTypeSourceInfo(); RebuildCXXPseudoDestructorExpr() local