|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/Basic/SourceLocation.h 178 void print(raw_ostream &OS, const SourceManager &SM) const;
References
tools/clang/lib/ARCMigrate/TransGCAttrs.cpp 340 Attr.Loc.print(llvm::errs(), Pass.Ctx.getSourceManager());
tools/clang/lib/AST/CommentLexer.cpp 23 Loc.print(llvm::errs(), SM);
tools/clang/lib/AST/Decl.cpp 83 Loc.print(OS, Context.getSourceManager());
tools/clang/lib/AST/DeclBase.cpp 274 TheLoc.print(OS, SM);
tools/clang/lib/Analysis/AnalysisDeclContext.cpp 473 Loc.print(Out, SM);
tools/clang/lib/Analysis/LiveVariables.cpp 657 (*di)->getLocation().print(llvm::errs(), M);
tools/clang/lib/Basic/Diagnostic.cpp 248 CurDiagStateLoc.print(llvm::errs(), SrcMgr);
270 .print(llvm::errs(), SrcMgr);
290 .print(llvm::errs(), SrcMgr);
tools/clang/lib/Basic/SourceLocation.cpp 33 Loc.print(OS, SM);
62 SM.getExpansionLoc(*this).print(OS, SM);
65 SM.getSpellingLoc(*this).print(OS, SM);
73 print(OS, SM);
78 print(llvm::errs(), SM);
tools/clang/lib/Lex/Preprocessor.cpp 255 Loc.print(llvm::errs(), SourceMgr);
tools/clang/lib/Parse/ParseAST.cpp 71 Tok.getLocation().print(OS, PP.getSourceManager());
tools/clang/lib/Sema/CodeCompleteConsumer.cpp 650 OpenParLoc.print(OS, SemaRef.getSourceManager());
tools/clang/lib/Tooling/Transformer/Transformer.cpp 42 transformer::detail::getRuleMatchLoc(Result).print(
tools/clang/tools/clang-import-test/clang-import-test.cpp 136 Info.getLocation().print(llvm::errs(), SM);
tools/clang/tools/clang-refactor/ClangRefactor.cpp 524 R.getBegin().print(llvm::outs(), Context.getSources());
526 R.getEnd().print(llvm::outs(), Context.getSources());
tools/clang/tools/extra/clang-include-fixer/IncludeFixer.cpp 364 .print(llvm::dbgs(), CI->getSourceManager()));
tools/clang/tools/extra/clangd/Compiler.cpp 31 Loc.print(OS, SourceMgr);
tools/clang/unittests/AST/MatchVerifier.h 197 Loc.print(Msg, *Result.SourceManager);
242 Begin.print(Msg, *Result.SourceManager);
244 End.print(Msg, *Result.SourceManager);
tools/clang/unittests/Tooling/TestVisitor.h 230 Location.print(Stream, SM);