Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp269 void HandleDeclsGallGraph(const unsigned LocalTUDeclsSize);
366 void AnalysisConsumer::HandleDeclsGallGraph(const unsigned LocalTUDeclsSize) { in HandleDeclsGallGraph() argument
375 for (unsigned i = 0 ; i < LocalTUDeclsSize ; ++i) { in HandleDeclsGallGraph()
468 const unsigned LocalTUDeclsSize = LocalTUDecls.size(); in HandleTranslationUnit() local
469 for (unsigned i = 0 ; i < LocalTUDeclsSize ; ++i) { in HandleTranslationUnit()
474 HandleDeclsGallGraph(LocalTUDeclsSize); in HandleTranslationUnit()