Home
last modified time | relevance | path

Searched refs:PrettyStackTraceLoc (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DPrettyStackTrace.h26 class PrettyStackTraceLoc : public llvm::PrettyStackTraceEntry {
31 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg) in PrettyStackTraceLoc() function
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceLocation.cpp33 void PrettyStackTraceLoc::print(raw_ostream &OS) const { in print()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp850 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in VisitCXXDestructor()
873 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in VisitCXXNewAllocatorCall()
H A DExprEngine.cpp942 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessStmt()
969 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessLoopExit()
992 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessInitializer()
1373 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in Visit()
2424 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in processBranch()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp1090 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), in ParseCompoundStatementBody()
H A DParseExpr.cpp3526 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), CaretLoc, in ParseBlockLiteralExpression()
H A DParseExprCXX.cpp1241 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), LambdaBeginLoc, in ParseLambdaExpressionAfterIntroducer()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp476 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(), in EmitCompoundStmt()
H A DCGStmtOpenMP.cpp1839 PrettyStackTraceLoc CrashInfo( in emitBody()