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

  /external/clang/lib/CodeGen/
CGExprAgg.cpp 308 QualType::DestructionKind dtorKind = arrayType.isDestructedType();
399 QualType::DestructionKind dtorKind = elementType.isDestructedType();
    [all...]
CGDecl.cpp     [all...]
CodeGenFunction.h     [all...]
CGDeclCXX.cpp 64 QualType::DestructionKind dtorKind = type.isDestructedType();
CGExprCXX.cpp 808 QualType::DestructionKind dtorKind = elementType.isDestructedType();
    [all...]
CGClass.cpp     [all...]
CGBlocks.cpp 531 QualType::DestructionKind dtorKind =
    [all...]
CGObjC.cpp     [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 245 QualType::DestructionKind destructKind = T.isDestructedType();
  /external/clang/include/clang/AST/
Type.h 880 enum DestructionKind {
891 DestructionKind isDestructedType() const {
922 static DestructionKind isDestructedTypeImpl(QualType type);
    [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]

Completed in 119 milliseconds