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

  /external/clang/lib/CodeGen/
CGDecl.cpp     [all...]
CodeGenFunction.h     [all...]
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...]
CGExprCXX.cpp     [all...]
CGBlocks.cpp 596 QualType::DestructionKind dtorKind =
    [all...]
CGObjC.cpp     [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 260 QualType::DestructionKind destructKind = T.isDestructedType();
  /external/clang/include/clang/AST/
Type.h 955 enum DestructionKind {
966 DestructionKind isDestructedType() const {
    [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]

Completed in 415 milliseconds