Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp73 AM_Path = 0x2 enumerator
207 else if (Mode == AM_Path) { in DisplayFunction()
219 assert(Mode == (AM_Syntax | AM_Path) && "Unexpected mode!"); in DisplayFunction()
508 HandleCode(D, AM_Path, getInliningModeForFunction(D, Visited), in HandleDeclsCallGraph()
565 RecVisitorMode |= AM_Path; in runAnalysisOnTranslationUnit()
687 return Mode & ~AM_Path; in getModeForDecl()
736 if ((Mode & AM_Path) && checkerMgr->hasPathSensitiveCheckers()) { in HandleCode()