Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Analysis/
DCFG.cpp739 void cleanupConstructionContext(Expr *E);
782 cleanupConstructionContext(E); in retrieveAndCleanupConstructionContext()
1464 void CFGBuilder::cleanupConstructionContext(Expr *E) { in cleanupConstructionContext() function in CFGBuilder