Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp147 AM_Syntax = 0x1, enumerator
256 if (Mode == AM_Syntax) in DisplayFunction()
271 assert(Mode == (AM_Syntax | AM_Path) && "Unexpected mode!"); in DisplayFunction()
339 if (Mode & AM_Syntax) in VisitDecl()
353 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitFunctionDecl()
361 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitObjCMethodDecl()
369 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitBlockDecl()
529 RecVisitorMode = AM_Syntax; in HandleTranslationUnit()
628 if (Mode & AM_Syntax) in HandleCode()