Searched refs:PrettyStackTraceDecl (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 204 PrettyStackTraceDecl CrashInfo(*D.begin(), SourceLocation(), in HandleTopLevelDecl() 227 PrettyStackTraceDecl CrashInfo(D, SourceLocation(), in HandleInlineFunctionDefinition() 345 PrettyStackTraceDecl CrashInfo(D, SourceLocation(), in HandleTagDeclDefinition()
|
H A D | CodeGenModule.cpp | 3164 PrettyStackTraceDecl CrashInfo(const_cast<ValueDecl *>(D), D->getLocation(), in EmitGlobalDefinition()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclBase.h | 1210 class PrettyStackTraceDecl : public llvm::PrettyStackTraceEntry { 1217 PrettyStackTraceDecl(const Decl *theDecl, SourceLocation L, in PrettyStackTraceDecl() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclBase.cpp | 300 void PrettyStackTraceDecl::print(raw_ostream &OS) const { in print()
|
H A D | MicrosoftMangle.cpp | 3313 PrettyStackTraceDecl CrashInfo(D, SourceLocation(), in mangleCXXName()
|
H A D | ItaniumMangle.cpp | 6154 PrettyStackTraceDecl CrashInfo(D, SourceLocation(), in mangleCXXName()
|