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

  /external/clang/lib/CodeGen/
CGCXXABI.cpp 207 return elementType.isDestructedType();
216 return expr->getAllocatedType().isDestructedType();
CGCXX.cpp 64 if (I->getType().isDestructedType())
CGDeclCXX.cpp 72 QualType::DestructionKind dtorKind = type.isDestructedType();
CGClass.cpp 642 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
    [all...]
CGExprAgg.cpp 414 QualType::DestructionKind dtorKind = elementType.isDestructedType();
    [all...]
CGExprCXX.cpp 768 QualType::DestructionKind DtorKind = ElementType.isDestructedType();
    [all...]
CGDecl.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
CGBlocks.cpp 594 variable->getType().isDestructedType();
    [all...]
CGObjC.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 147 switch (VD->getType().isDestructedType()) {
237 QualType::DestructionKind destructKind = T.isDestructedType();
470 if (ExtendedObject->getType().isDestructedType()) {
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 961 /// isDestructedType - nonzero if objects of this type require
965 DestructionKind isDestructedType() const {
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 164 milliseconds