Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h289 static PathDiagnosticLocation createMemberLoc(const MemberExpr *ME,
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp614 PathDiagnosticLocation::createMemberLoc(const MemberExpr *ME, in createMemberLoc() function in PathDiagnosticLocation
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2438 return PathDiagnosticLocation::createMemberLoc(ME, SM); in getLocation()