Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnostic.cpp143 Config = Config.setLevel(SarifResultLevel::Note); in addDiagnosticLevelToRule()
146 Config = Config.setLevel(SarifResultLevel::None); in addDiagnosticLevelToRule()
149 Config = Config.setLevel(SarifResultLevel::Warning); in addDiagnosticLevelToRule()
152 Config = Config.setLevel(SarifResultLevel::Error).setRank(50); in addDiagnosticLevelToRule()
155 Config = Config.setLevel(SarifResultLevel::Error).setRank(100); in addDiagnosticLevelToRule()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp91 setLevel(Scope->getLevel() + 1); in setParent()
95 setLevel(Symbol->getLevel() + 1); in setParent()
121 Object.setLevel(Parent->getLevel() + 1); in printAttributes()
H A DLVElement.cpp267 setLevel(Parent->getLevel() + 1); in updateLevel()
H A DLVScope.cpp349 setLevel(Parent->getLevel() + 1); in updateLevel()
/llvm-project/clang/test/SemaObjC/
H A Dsetter-dotsyntax.m8 - (void) setLevel:(int)inLevel;
/llvm-project/mlir/include/mlir/Dialect/Tosa/Transforms/
H A DPasses.h68 ValidationOptions &setLevel(TosaLevelEnum level) { in setLevel() function
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A D__init__.py97 root.setLevel(level)
/llvm-project/clang/include/clang/Basic/
H A DSarif.h233 SarifReportingConfiguration setLevel(SarifResultLevel TheLevel) { in setLevel() function
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py95 self.logger.setLevel(logging.DEBUG)
99 handler.setLevel(logging.WARNING)
124 self._verbose_log_handler.setLevel(logging.DEBUG)
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h243 void setLevel(LVLevel Level) { ScopeLevel = Level; } in setLevel() function
/llvm-project/clang/unittests/Basic/
H A DSarifTest.cpp276 .setLevel(SarifResultLevel::Error) in TEST_F()
/llvm-project/clang/utils/analyzer/
H A DSATestBuild.py97 logger.setLevel(logging.DEBUG)