Searched refs:PrettyStackTraceLoc (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 33 void PrettyStackTraceLoc::print(raw_ostream &OS) const { in print()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 900 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in VisitCXXDestructor() 923 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in VisitCXXNewAllocatorCall()
|
| H A D | ExprEngine.cpp | 1107 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessStmt() 1134 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessLoopExit() 1157 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessInitializer() 1693 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in Visit() 2747 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in processBranch()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 1119 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), in ParseCompoundStatementBody()
|
| H A D | ParseExprCXX.cpp | 1275 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), LambdaBeginLoc, in ParseLambdaExpressionAfterIntroducer()
|
| H A D | ParseExpr.cpp | 3560 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), CaretLoc, in ParseBlockLiteralExpression()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 480 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(), in EmitCompoundStmt()
|
| H A D | CGStmtOpenMP.cpp | 1847 PrettyStackTraceLoc CrashInfo( in emitBody()
|