Searched refs:PrettyStackTraceLoc (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | SourceLocation.cpp | 33 void PrettyStackTraceLoc::print(raw_ostream &OS) const { in print()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 747 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in VisitCXXDestructor() 770 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in VisitCXXNewAllocatorCall()
|
H A D | ExprEngine.cpp | 773 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessStmt() 800 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessLoopExit() 823 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessInitializer() 1204 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in Visit() 2238 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in processBranch()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1035 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), in ParseCompoundStatementBody()
|
H A D | ParseExpr.cpp | 3449 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), CaretLoc, in ParseBlockLiteralExpression()
|
H A D | ParseExprCXX.cpp | 1241 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), LambdaBeginLoc, in ParseLambdaExpressionAfterIntroducer()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 438 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(), in EmitCompoundStmt()
|
H A D | CGStmtOpenMP.cpp | 1811 PrettyStackTraceLoc CrashInfo( in emitBody()
|