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
257 if (Mode == AM_Syntax) in DisplayFunction()
272 assert(Mode == (AM_Syntax | AM_Path) && "Unexpected mode!"); in DisplayFunction()
340 if (Mode & AM_Syntax) in VisitDecl()
354 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitFunctionDecl()
362 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitObjCMethodDecl()
370 assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false); in VisitBlockDecl()
525 RecVisitorMode = AM_Syntax; in HandleTranslationUnit()
621 if (Mode & AM_Syntax) in HandleCode()