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

/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp144 AM_Syntax = 0x1, enumerator in enum:__anon18287::AnalysisConsumer::__anon18288
252 if (Mode == AM_Syntax)
267 assert(Mode == (AM_Syntax | AM_Path) && "Unexpected mode!");
339 if (Mode & AM_Syntax)
353 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false);
361 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false);
369 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false);
520 RecVisitorMode = AM_Syntax;
616 if (Mode & AM_Syntax)

Completed in 230 milliseconds