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

  /external/clang/lib/CodeGen/
CGDecl.cpp     [all...]
CGDeclCXX.cpp 71 QualType::DestructionKind dtorKind = type.isDestructedType();
CodeGenFunction.h     [all...]
CGExprAgg.cpp 356 QualType::DestructionKind dtorKind = arrayType.isDestructedType();
447 QualType::DestructionKind dtorKind = elementType.isDestructedType();
    [all...]
CGExprCXX.cpp     [all...]
CGClass.cpp 652 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
    [all...]
CGBlocks.cpp 599 QualType::DestructionKind dtorKind =
    [all...]
CGObjC.cpp     [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 255 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 691 milliseconds