Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDPathDiagnostic.h358 bool hasValidLocation() const { return asLocation().isValid(); } in hasValidLocation() function
518 assert(Pos.isValid() && Pos.hasValidLocation() && in PathDiagnosticPiece()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugProgramInstruction.h425 bool hasValidLocation() const { return getVariableLocationOp(0) != nullptr; } in hasValidLocation() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugReporterVisitors.cpp799 if (!L.hasValidLocation()) in maybeEmitNote()