Searched refs:PrettyStackTraceLoc (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | PrettyStackTrace.h | 26 class PrettyStackTraceLoc : public llvm::PrettyStackTraceEntry { 31 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg) in PrettyStackTraceLoc() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 906 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in VisitCXXDestructor() 928 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in VisitCXXNewAllocatorCall()
|
H A D | ExprEngine.cpp | 1113 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessStmt() 1140 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessLoopExit() 1163 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessInitializer() 1714 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in Visit() 2778 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in processBranch()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1181 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), in ParseCompoundStatementBody()
|
H A D | ParseExpr.cpp | 3781 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), CaretLoc, in ParseBlockLiteralExpression()
|
H A D | ParseExprCXX.cpp | 1352 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), LambdaBeginLoc, in ParseLambdaExpressionAfterIntroducer()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 504 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(), in EmitCompoundStmt()
|
H A D | CGStmtOpenMP.cpp | 1875 PrettyStackTraceLoc CrashInfo( in emitBody()
|