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

  /external/clang/lib/CodeGen/
CGCXXABI.cpp 221 return elementType.isDestructedType();
230 return expr->getAllocatedType().isDestructedType();
CGCXX.cpp 72 if (I->getType().isDestructedType())
CGClass.cpp 739 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
797 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
    [all...]
CGDeclCXX.cpp 70 QualType::DestructionKind dtorKind = type.isDestructedType();
CGOpenMPRuntime.cpp     [all...]
CGExprAgg.cpp 422 QualType::DestructionKind dtorKind = elementType.isDestructedType();
    [all...]
CGExprCXX.cpp     [all...]
CGDecl.cpp     [all...]
CGBlocks.cpp 594 variable->getType().isDestructedType();
    [all...]
MicrosoftCXXABI.cpp     [all...]
CGObjC.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 148 switch (VD->getType().isDestructedType()) {
241 QualType::DestructionKind destructKind = T.isDestructedType();
506 if (ExtendedObject->getType().isDestructedType()) {
    [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 263 milliseconds