Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DPathDiagnostic.cpp598 return createEndBrace(CS, SM); in createEnd()
638 PathDiagnosticLocation::createEndBrace(const CompoundStmt *CS, in createEndBrace() function in PathDiagnosticLocation
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DPathDiagnostic.h299 static PathDiagnosticLocation createEndBrace(const CompoundStmt *CS,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1274 PathDiagnosticLocation::createEndBrace(CS, SM)); in generatePathDiagnosticsForNode()