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

  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 108 return ty.getLocalQualifiers().getObjCLifetime() == Qualifiers::OCL_Strong;
TransProperties.cpp 342 if (I->IvarD->getType().getLocalQualifiers().getObjCLifetime()
  /external/clang/include/clang/AST/
CanonicalType.h 117 Qualifiers getQualifiers() const { return Stored.getLocalQualifiers(); }
Type.h 653 Qualifiers getLocalQualifiers() const;
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 427 Ty.getDesugaredType(getASTContext()).getLocalQualifiers(), nullptr);
444 mangleQualifiers(Ty.getLocalQualifiers(), false);
    [all...]
ASTDiagnostic.cpp     [all...]
ASTContext.cpp     [all...]
TypePrinter.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaDeclObjC.cpp 300 return !T.getLocalQualifiers().hasObjCLifetime();
    [all...]
SemaStmt.cpp 109 if (type.getLocalQualifiers().getObjCLifetime() == Qualifiers::OCL_Strong) {
    [all...]
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 201 milliseconds