Home
last modified time | relevance | path

Searched defs:hasValidLocation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h425 bool hasValidLocation() const { return getVariableLocationOp(0) != nullptr; } in hasValidLocation() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h358 bool hasValidLocation() const { return asLocation().isValid(); } in hasValidLocation() function