|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/AST/ExprCXX.h 2408 QualType getDestroyedType() const;
References
tools/clang/lib/Analysis/CFG.cpp 4523 QualType DTy = DE->getDestroyedType();
4990 QualType DTy = DE->getDestroyedType();
tools/clang/lib/CodeGen/CGExprCXX.cpp 2027 QualType DeleteTy = E->getDestroyedType();
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp 1835 ThisTy = D->getDestroyedType();
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp 1929 ThisTy = D->getDestroyedType();
tools/clang/lib/Sema/SemaExceptionSpec.cpp 1153 QualType DTy = cast<CXXDeleteExpr>(E)->getDestroyedType();
tools/clang/lib/Sema/SemaExpr.cpp17045 QualType Destroyed = S.Context.getBaseElementType(E->getDestroyedType());
tools/clang/lib/Sema/TreeTransform.h10753 E->getDestroyedType());
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp 991 QualType DTy = DE->getDestroyedType();