Home
last modified time | relevance | path

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

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