Home
last modified time | relevance | path

Searched refs:makeLocation (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp99 static PathDiagnosticLocation makeLocation(const StmtSequence &S, in makeLocation() function
118 *BT_Exact, "Duplicate code detected", makeLocation(Group.front(), Mgr)); in reportClones()
122 R->addNote("Similar code here", makeLocation(Group[i], Mgr), in reportClones()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp90 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) { in makeLocation() function
102 return makeLocation(&DiagLoc); in getLocation()
302 CXSourceLocation startLoc = makeLocation(Start); in readRange()
303 CXSourceLocation endLoc = makeLocation(End); in readRange()