Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDiagnosticInfo.cpp158 if (isLocationAvailable()) in getLocationStr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDiagnosticInfo.h377 bool isLocationAvailable() const { return Loc.isValid(); } in isLocationAvailable() function