Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp574 unsigned IndirectionLevel,
579 int IndirectionLevel,
719 unsigned IndirectionLevel = 1; in maybeEmitNoteForParameters() local
740 IndirectionLevel++; in maybeEmitNoteForParameters()
761 unsigned IndirectionLevel) { in maybeEmitNote() argument
795 IndirectionLevel--; in prettyPrintRegionName()
844 if (IndirectionLevel > 0 && MoreItemsExpected) { in prettyPrintFirstElement()
845 IndirectionLevel--; in prettyPrintFirstElement()
849 if (IndirectionLevel > 0 && MoreItemsExpected) in prettyPrintFirstElement()
852 for (int i = 0; i < IndirectionLevel; i++) in prettyPrintFirstElement()
[all …]