Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h281 static PathDiagnosticLocation createOperatorLoc(const BinaryOperator *BO,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp862 PathDiagnosticLocation::createOperatorLoc(B, SM); in generateDiagForBinaryOP()
883 PathDiagnosticLocation::createOperatorLoc(B, SM); in generateDiagForBinaryOP()
2499 return PathDiagnosticLocation::createOperatorLoc(B, SM); in getLocation()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp599 PathDiagnosticLocation::createOperatorLoc(const BinaryOperator *BO, in createOperatorLoc() function in PathDiagnosticLocation