HomeSort by relevance Sort by last modified time
    Searched refs:isDestructedType (Results 1 - 17 of 17) sorted by null

  /external/clang/lib/CodeGen/
CGCXXABI.cpp 173 return elementType.isDestructedType();
182 return expr->getAllocatedType().isDestructedType();
CGCXX.cpp 56 if (I->getType().isDestructedType())
CGDeclCXX.cpp 71 QualType::DestructionKind dtorKind = type.isDestructedType();
CGExprAgg.cpp 391 QualType::DestructionKind dtorKind = elementType.isDestructedType();
    [all...]
CGClass.cpp 642 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
    [all...]
MicrosoftCXXABI.cpp 570 return elementType.isDestructedType();
576 return expr->getAllocatedType().isDestructedType();
    [all...]
CGExprCXX.cpp     [all...]
CGDecl.cpp     [all...]
CGBlocks.cpp 597 variable->getType().isDestructedType();
    [all...]
CGObjC.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 260 QualType::DestructionKind destructKind = T.isDestructedType();
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 962 /// isDestructedType - nonzero if objects of this type require
966 DestructionKind isDestructedType() const {
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 333 milliseconds