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

  /external/clang/lib/AST/
Type.cpp 920 case Qualifiers::OCL_None:
    [all...]
TypePrinter.cpp 952 case Qualifiers::OCL_None: llvm_unreachable("no ownership!");
    [all...]
ItaniumMangle.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 257 case Qualifiers::OCL_None:
CGDecl.cpp 452 case Qualifiers::OCL_None:
572 case Qualifiers::OCL_None:
626 case Qualifiers::OCL_None:
    [all...]
CGExpr.cpp 288 case Qualifiers::OCL_None:
480 case Qualifiers::OCL_None:
    [all...]
CGBlocks.cpp 357 case Qualifiers::OCL_None: llvm_unreachable("impossible");
    [all...]
CGException.cpp     [all...]
ItaniumCXXABI.cpp 811 case Qualifiers::OCL_None:
    [all...]
CGExprCXX.cpp     [all...]
CGExprScalar.cpp     [all...]
CGObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 34 /// Returns OCL_None if the attributes as stated do not imply an ownership.
58 return Qualifiers::OCL_None;
71 if (propertyLifetime == Qualifiers::OCL_None) return;
506 if (ivarLifetime == Qualifiers::OCL_None ||
535 case Qualifiers::OCL_None:
553 if (propertyLifetime != Qualifiers::OCL_None)
    [all...]
JumpDiagnostics.cpp 140 case Qualifiers::OCL_None:
SemaType.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaChecking.cpp 660 case Qualifiers::OCL_None:
852 case Qualifiers::OCL_None:
    [all...]
SemaDecl.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
Type.h 128 OCL_None,
253 void removeObjCLifetime() { setObjCLifetime(OCL_None); }
    [all...]

Completed in 70 milliseconds