Searched refs:DestructionKind (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDecl.cpp1203 QualType::DestructionKind dtorKind) {
1279 if (QualType::DestructionKind dtorKind = D.getType().isDestructedType())
1306 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) {
1316 llvm_unreachable("Unknown DestructionKind");
1321 void CodeGenFunction::pushEHDestroy(QualType::DestructionKind dtorKind,
1331 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind,
H A DCodeGenFunction.h1032 void pushDestroy(QualType::DestructionKind dtorKind,
1034 void pushEHDestroy(QualType::DestructionKind dtorKind,
1052 Destroyer *getDestroyer(QualType::DestructionKind destructionKind);
1056 bool needsEHCleanup(QualType::DestructionKind kind) {
1070 CleanupKind getCleanupKind(QualType::DestructionKind kind) {
1803 QualType::DestructionKind dtorKind);
H A DCGDeclCXX.cpp72 QualType::DestructionKind dtorKind = type.isDestructedType();
H A DCGClass.cpp642 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
993 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
1496 QualType::DestructionKind dtorKind = type.isDestructedType();
H A DCGExprAgg.cpp414 QualType::DestructionKind dtorKind = elementType.isDestructedType();
1223 if (QualType::DestructionKind dtorKind
H A DCGExprCXX.cpp768 QualType::DestructionKind DtorKind = ElementType.isDestructedType();
1550 if (QualType::DestructionKind dtorKind = elementType.isDestructedType()) {
H A DCGBlocks.cpp593 QualType::DestructionKind dtorKind =
H A DCGObjC.cpp1331 QualType::DestructionKind dtorKind = type.isDestructedType();
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp237 QualType::DestructionKind destructKind = T.isDestructedType();
/external/clang/include/clang/AST/
H A DType.h954 enum DestructionKind { enum in class:clang::QualType
965 DestructionKind isDestructedType() const {
992 static DestructionKind isDestructedTypeImpl(QualType type);
/external/clang/lib/AST/
H A DType.cpp2448 QualType::DestructionKind QualType::isDestructedTypeImpl(QualType type) {

Completed in 203 milliseconds