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

  /external/clang/lib/CodeGen/
CGExprAgg.cpp 308 QualType::DestructionKind dtorKind = arrayType.isDestructedType();
399 QualType::DestructionKind dtorKind = elementType.isDestructedType();
    [all...]
CGCXX.cpp 56 if ((*I)->getType().isDestructedType())
CGDeclCXX.cpp 64 QualType::DestructionKind dtorKind = type.isDestructedType();
CGExprCXX.cpp 808 QualType::DestructionKind dtorKind = elementType.isDestructedType();
    [all...]
ItaniumCXXABI.cpp     [all...]
CGClass.cpp     [all...]
CGDecl.cpp     [all...]
CGBlocks.cpp 532 variable->getType().isDestructedType();
    [all...]
CodeGenModule.cpp     [all...]
CGObjC.cpp     [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 245 QualType::DestructionKind destructKind = T.isDestructedType();
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 887 /// isDestructedType - nonzero if objects of this type require
891 DestructionKind isDestructedType() const {
    [all...]

Completed in 73 milliseconds