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

/freebsd-10.3-release/contrib/llvm/tools/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.h1013 void pushDestroy(QualType::DestructionKind dtorKind,
1015 void pushEHDestroy(QualType::DestructionKind dtorKind,
1032 Destroyer *getDestroyer(QualType::DestructionKind destructionKind);
1036 bool needsEHCleanup(QualType::DestructionKind kind) {
1050 CleanupKind getCleanupKind(QualType::DestructionKind kind) {
1764 QualType::DestructionKind dtorKind);
H A DCGDeclCXX.cpp71 QualType::DestructionKind dtorKind = type.isDestructedType();
H A DCGExprAgg.cpp391 QualType::DestructionKind dtorKind = elementType.isDestructedType();
1203 if (QualType::DestructionKind dtorKind
H A DCGClass.cpp644 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
988 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
1512 QualType::DestructionKind dtorKind = type.isDestructedType();
H A DCGExprCXX.cpp766 QualType::DestructionKind dtorKind = elementType.isDestructedType();
1489 if (QualType::DestructionKind dtorKind = elementType.isDestructedType()) {
H A DCGBlocks.cpp596 QualType::DestructionKind dtorKind =
H A DCGObjC.cpp1324 QualType::DestructionKind dtorKind = type.isDestructedType();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp260 QualType::DestructionKind destructKind = T.isDestructedType();
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h955 enum DestructionKind { enum in class:clang::QualType
966 DestructionKind isDestructedType() const {
993 static DestructionKind isDestructedTypeImpl(QualType type);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp2422 QualType::DestructionKind QualType::isDestructedTypeImpl(QualType type) {

Completed in 245 milliseconds