Home
last modified time | relevance | path

Searched refs:getARCMTMacroName (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp49 AfterMacroLoc = I->getLocWithOffset(getARCMTMacroName().size()); in isEmptyARCMTMacroStatement()
65 if (RelOffs - getARCMTMacroName().size() > 100) in isEmptyARCMTMacroStatement()
DInternals.h174 static inline StringRef getARCMTMacroName() { in getARCMTMacroName() function
DARCMT.cpp193 std::string define = std::string(getARCMTMacroName()); in createInvocationForMigration()
444 if (MacroNameTok.getIdentifierInfo()->getName() == getARCMTMacroName()) in MacroExpands()
DTransformActions.cpp457 commitInsert(E->getSourceRange().getBegin(), getARCMTMacroName()); in commitRemoveStmt()
/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp51 AfterMacroLoc = I->getLocWithOffset(getARCMTMacroName().size()); in isEmptyARCMTMacroStatement()
67 if (RelOffs - getARCMTMacroName().size() > 100) in isEmptyARCMTMacroStatement()
DInternals.h173 static inline StringRef getARCMTMacroName() { in getARCMTMacroName() function
DARCMT.cpp194 std::string define = getARCMTMacroName(); in createInvocationForMigration()
443 if (MacroNameTok.getIdentifierInfo()->getName() == getARCMTMacroName()) in MacroExpands()
DTransformActions.cpp456 commitInsert(E->getSourceRange().getBegin(), getARCMTMacroName()); in commitRemoveStmt()