Searched refs:createOrReuseLocalScope (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
H A DCFG.cpp443 LocalScope* createOrReuseLocalScope(LocalScope* Scope);
1169 /// createOrReuseLocalScope - If Scope is NULL create new LocalScope. Either
1171 LocalScope* CFGBuilder::createOrReuseLocalScope(LocalScope* Scope) { function in class:__anon17770::CFGBuilder
1268 Scope = createOrReuseLocalScope(Scope);

Completed in 33 milliseconds