Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DPrettyStackTrace.h27 class PrettyStackTraceLoc : public llvm::PrettyStackTraceEntry {
32 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg) in PrettyStackTraceLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceLocation.cpp32 void PrettyStackTraceLoc::print(raw_ostream &OS) const { in print()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp618 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in VisitCXXDestructor()
642 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in VisitCXXNewAllocatorCall()
H A DExprEngine.cpp722 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessStmt()
749 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessLoopExit()
772 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in ProcessInitializer()
1149 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in Visit()
2055 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), in processBranch()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp966 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), in ParseCompoundStatementBody()
H A DParseExprCXX.cpp1091 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), LambdaBeginLoc, in ParseLambdaExpressionAfterIntroducer()
H A DParseExpr.cpp2959 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), CaretLoc, in ParseBlockLiteralExpression()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp372 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(), in EmitCompoundStmt()