Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDPrettyStackTrace.h27 class PrettyStackTraceLoc : public llvm::PrettyStackTraceEntry {
32 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg) in PrettyStackTraceLoc() function
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDSourceLocation.cpp26 void PrettyStackTraceLoc::print(raw_ostream &OS) const { in print()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDExprEngineCXX.cpp325 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in VisitCXXDestructor()
349 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in VisitCXXNewAllocatorCall()
HDExprEngine.cpp429 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessStmt()
458 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessInitializer()
740 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in Visit()
1545 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in processBranch()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseStmt.cpp897 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), in ParseCompoundStatementBody()
HDParseExpr.cpp2687 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), CaretLoc, in ParseBlockLiteralExpression()
HDParseExprCXX.cpp1050 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), LambdaBeginLoc, in ParseLambdaExpressionAfterIntroducer()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmt.cpp277 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(), in EmitCompoundStmt()