Searched refs:BadDebugInfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp384 bool &BadDebugInfo, StringRef &Filename,
594 const llvm::DiagnosticInfoWithLocationBase &D, bool &BadDebugInfo,
612 BadDebugInfo = DILoc.isInvalid();
642 bool BadDebugInfo = false; local
650 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column);
662 if (BadDebugInfo)
675 bool BadDebugInfo = false; local
684 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column);
692 if (BadDebugInfo)
709 bool BadDebugInfo local
593 getBestLocationFromDebugLoc( const llvm::DiagnosticInfoWithLocationBase &D, bool &BadDebugInfo, StringRef &Filename, unsigned &Line, unsigned &Column) const argument
[all...]

Completed in 101 milliseconds