Home
last modified time | relevance | path

Searched defs:getSourceManager (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h71 SourceManager &getSourceManager() const { return SourceMgr; } in getSourceManager() function
H A DPreprocessingRecord.h413 SourceManager &getSourceManager() const { return SourceMgr; } in getSourceManager() function
H A DPreprocessor.h819 SourceManager &getSourceManager() const { return SourceMgr; } in getSourceManager() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnalyzer.h54 const SourceManager &getSourceManager() const { return SM; } in getSourceManager() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Edit/
H A DEditedSource.h78 const SourceManager &getSourceManager() const { return SourceMgr; } in getSourceManager() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h84 SourceManager &getSourceManager() override { in getSourceManager() function
H A DCheckerContext.h107 SourceManager &getSourceManager() { in getSourceManager() function
/freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h68 SourceMgr &getSourceManager() { return getParser().getSourceManager(); } in getSourceManager() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h474 SourceManager &getSourceManager() { return D.getSourceManager(); } in getSourceManager() function
585 SourceManager& getSourceManager() { in getSourceManager() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h427 const SourceManager &getSourceManager() const { return *SourceMgr; } in getSourceManager() function
428 SourceManager &getSourceManager() { return *SourceMgr; } in getSourceManager() function
H A DCompilerInstance.h429 SourceManager &getSourceManager() const { in getSourceManager() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h522 SourceManager &getSourceManager() const { in getSourceManager() function
1329 SourceManager &getSourceManager() const { return DiagObj->getSourceManager();} in getSourceManager() function
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h289 const SourceMgr *getSourceManager() const { return SrcMgr; } in getSourceManager() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h662 SourceManager& getSourceManager() { return SourceMgr; } in getSourceManager() function
663 const SourceManager& getSourceManager() const { return SourceMgr; } in getSourceManager() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1497 SourceManager &getSourceManager() const { return SourceMgr; } in getSourceManager() function
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp207 SourceMgr &getSourceManager() override { return SrcMgr; } in getSourceManager() function in __anon1f1fff4e0111::AsmParser
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1236 SourceManager &getSourceManager() const { return SourceMgr; } in getSourceManager() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp922 clang::SourceManager *ClangASTContext::getSourceManager() { in getSourceManager() function in ClangASTContext