Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp93 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) { in makeLocation() function
105 return makeLocation(&DiagLoc); in getLocation()
305 CXSourceLocation startLoc = makeLocation(Start); in readRange()
306 CXSourceLocation endLoc = makeLocation(End); in readRange()