Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp586 if (D.isLocationAvailable()) { in getBestLocationFromDebugLoc()
610 if (DILoc.isInvalid() && D.isLocationAvailable()) in getBestLocationFromDebugLoc()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp160 if (isLocationAvailable()) in getLocationStr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h330 bool isLocationAvailable() const { return Loc.isValid(); } in isLocationAvailable() function