HomeSort by: relevance | last modified time | path
    Searched refs:DestructionKind (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
NonTrivialTypeVisitor.h 28 RetTy visitWithKind(QualType::DestructionKind DK, QualType FT,
Type.h 1197 enum DestructionKind {
1209 DestructionKind isDestructedType() const {
1300 static DestructionKind isDestructedTypeImpl(QualType type);
Decl.h 1563 QualType::DestructionKind needsDestruction(const ASTContext &Ctx) const;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprAgg.cpp 520 QualType::DestructionKind dtorKind = elementType.isDestructedType();
677 if (QualType::DestructionKind DtorKind = E->getType().isDestructedType())
1346 if (QualType::DestructionKind DtorKind =
1660 if (QualType::DestructionKind dtorKind =
1736 if (QualType::DestructionKind dtorKind
1808 QualType::DestructionKind dtorKind = elementType.isDestructedType();
CGDecl.cpp 1963 QualType::DestructionKind dtorKind) {
2041 if (QualType::DestructionKind dtorKind = D.needsDestruction(getContext()))
2076 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) {
2088 llvm_unreachable("Unknown DestructionKind");
2093 void CodeGenFunction::pushEHDestroy(QualType::DestructionKind dtorKind,
2103 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind,
2478 if (QualType::DestructionKind DtorKind =
CodeGenFunction.h 1990 void pushDestroy(QualType::DestructionKind dtorKind,
1992 void pushEHDestroy(QualType::DestructionKind dtorKind,
2014 Destroyer *getDestroyer(QualType::DestructionKind destructionKind);
2018 bool needsEHCleanup(QualType::DestructionKind kind) {
2033 CleanupKind getCleanupKind(QualType::DestructionKind kind) {
3070 QualType::DestructionKind dtorKind);
CGNonTrivialStruct.cpp 294 void visitWithKind(QualType::DestructionKind DK, QualType FT,
589 void visitWithKind(QualType::DestructionKind DK, QualType FT,
CGClass.cpp 682 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
721 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
1137 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
1894 QualType::DestructionKind dtorKind = type.isDestructedType();
CGDeclCXX.cpp 78 QualType::DestructionKind DtorKind = D.needsDestruction(CGF.getContext());
CGExprCXX.cpp 996 QualType::DestructionKind DtorKind = ElementType.isDestructedType();
2034 if (QualType::DestructionKind dtorKind = elementType.isDestructedType()) {
CGBlocks.cpp 1045 QualType::DestructionKind dtorKind = type.isDestructedType();
2104 llvm_unreachable("after exhaustive DestructionKind switch");
CGObjC.cpp 1631 QualType::DestructionKind dtorKind = type.isDestructedType();
CGOpenMPRuntime.cpp 919 QualType::DestructionKind DTorKind = PrivateType.isDestructedType();
928 QualType::DestructionKind DTorKind = PrivateType.isDestructedType();
3702 if (QualType::DestructionKind DtorKind =
CGCall.cpp 4210 QualType::DestructionKind DtorKind = Ty.isDestructedType();
CGExpr.cpp 4488 if (QualType::DestructionKind DtorKind = E->getType().isDestructedType())
CGObjCMac.cpp 1773 QualType::DestructionKind DtorKind = QT.isDestructedType();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp 258 QualType::DestructionKind destructKind = T.isDestructedType();
SemaCoroutine.cpp 696 QualType::DestructionKind::DK_cxx_destructor) {
SemaDecl.cpp 11936 void visitWithKind(QualType::DestructionKind DK, QualType QT,
  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 2665 QualType::DestructionKind
Type.cpp 4346 QualType::DestructionKind QualType::isDestructedTypeImpl(QualType type) {

Completed in 76 milliseconds