Home
last modified time | relevance | path

Searched refs:StmtMap (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp62 std::unique_ptr<ParentMap> StmtMap; member in __anon8323c4420111::UnbridgedCastRewriter
76 StmtMap.reset(new ParentMap(body)); in transformBody()
184 isa<ReturnStmt>(StmtMap->getParentIgnoreParenCasts(E))) { in transformNonObjCToObjCCast()
315 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E)))) in removeBlockReleaseMacro()
373 parent = StmtMap->getParentIgnoreParenImpCasts(parent); in transformObjCToNonObjCCast()
416 StmtMap->getParentIgnoreParenImpCasts(E)))) in isPassedToCFRetain()
429 StmtMap->getParentIgnoreParenImpCasts(E))) in isPassedToCParamWithKnownOwnership()
H A DTransRetainReleaseDealloc.cpp40 std::unique_ptr<ParentMap> StmtMap; member in __anonea0450a80111::RetainReleaseDeallocRemover
56 StmtMap.reset(new ParentMap(body)); in transformBody()
252 OuterS = StmtMap->getParent(InnerS); in getPreviousAndNextStmt()
349 S = StmtMap->getParent(S); in checkForGCDOrXPC()
416 S = StmtMap->getParent(S); in isInAtFinally()
432 Stmt *parent = StmtMap->getParent(E); in tryRemoving()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5417 StmtMapTy StmtMap; member in __anonef2f84bd0711::StmtPrinterHelper
5435 StmtMap[stmt] = P; in StmtPrinterHelper()
5489 StmtMapTy::iterator I = StmtMap.find(S); in handledStmt()
5491 if (I == StmtMap.end()) in handledStmt()