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

  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 109 return ty.getLocalQualifiers().getObjCLifetime() == Qualifiers::OCL_Strong;
TransProperties.cpp 347 if (I->IvarD->getType().getLocalQualifiers().getObjCLifetime()
  /external/clang/include/clang/AST/
CanonicalType.h 118 Qualifiers getQualifiers() const { return Stored.getLocalQualifiers(); }
Type.h 654 Qualifiers getLocalQualifiers() const;
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp     [all...]
MicrosoftMangle.cpp 332 mangleQualifiers(Ty.getLocalQualifiers(), Ty->isMemberPointerType());
    [all...]
DumpXML.cpp 891 Qualifiers Qs = T.getLocalQualifiers();
ASTContext.cpp     [all...]
TypePrinter.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaDeclObjC.cpp 301 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 220 milliseconds