Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp760 void cleanupConstructionContext(Expr *E);
805 cleanupConstructionContext(E); in retrieveAndCleanupConstructionContext()
1556 void CFGBuilder::cleanupConstructionContext(Expr *E) { in cleanupConstructionContext() function in CFGBuilder