Searched refs:SourceManager (Results 51 - 75 of 166) sorted by relevance

1234567

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h25 class SourceManager;
348 SourceManager &SourceMgr,
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleMap.h21 #include "clang/Basic/SourceManager.h"
40 SourceManager &SourceMgr;
191 ModuleMap(SourceManager &SourceMgr, DiagnosticConsumer &DC,
H A DLiteralSupport.h33 class SourceManager;
179 const SourceManager &SM;
197 const SourceManager &sm, const LangOptions &features,
H A DMacroInfo.h139 unsigned getDefinitionLength(SourceManager &SM) const {
295 unsigned getDefinitionLengthSlow(SourceManager &SM) const;
455 const DefInfo findDirectiveAtLoc(SourceLocation L, SourceManager &SM) const;
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DTokenRewriter.cpp16 #include "clang/Basic/SourceManager.h"
21 TokenRewriter::TokenRewriter(FileID FID, SourceManager &SM,
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DUtils.h47 class SourceManager;
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h83 virtual SourceManager &getSourceManager() {
/freebsd-10.3-release/lib/clang/liblldbCore/
H A DMakefile50 SourceManager.cpp \
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DTokenConcatenation.cpp54 SourceManager &SM = PP.getSourceManager();
129 SourceManager &SM = PP.getSourceManager();
159 SourceManager &SM = PP.getSourceManager();
H A DPPConditionalDirectiveRecord.cpp19 PPConditionalDirectiveRecord::PPConditionalDirectiveRecord(SourceManager &SM)
H A DPreprocessingRecord.cpp41 PreprocessingRecord::PreprocessingRecord(SourceManager &SM)
67 SourceManager &SM) {
174 const SourceManager &SM;
176 explicit PPEntityComp(const SourceManager &SM) : SM(SM) { }
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DTooling.h52 class SourceManager;
217 void addFileMappingsTo(SourceManager &SourceManager);
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DRawCommentList.cpp67 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR,
92 StringRef RawComment::getRawTextSlow(const SourceManager &SourceMgr) const {
166 static bool onlyWhitespaceBetween(SourceManager &SM,
H A DASTTypeTraits.cpp81 void DynTypedNode::dump(llvm::raw_ostream &OS, SourceManager &SM) const {
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp55 SourceManager &SM;
58 VerifyFileTracker(VerifyDiagnosticConsumer &Verify, SourceManager &SM)
285 static bool ParseDirective(StringRef S, ExpectedData *ED, SourceManager &SM,
483 SourceManager &SM = PP.getSourceManager();
540 static bool findDirectives(SourceManager &SM, FileID FID,
574 static unsigned PrintUnexpected(DiagnosticsEngine &Diags, SourceManager *SourceMgr,
602 static unsigned PrintExpected(DiagnosticsEngine &Diags, SourceManager &SourceMgr,
626 static bool IsFromSameFile(SourceManager &SM, SourceLocation DirectiveLoc,
644 static unsigned CheckLists(DiagnosticsEngine &Diags, SourceManager &SourceMgr,
690 static unsigned CheckResults(DiagnosticsEngine &Diags, SourceManager
[all...]
H A DDependencyGraph.cpp17 #include "clang/Basic/SourceManager.h"
83 SourceManager &SM = PP->getSourceManager();
H A DHeaderIncludeGen.cpp11 #include "clang/Basic/SourceManager.h"
20 SourceManager &SM;
H A DTextDiagnostic.cpp14 #include "clang/Basic/SourceManager.h"
685 const SourceManager *SM,
784 const SourceManager &SM) {
888 const SourceManager &SM) {
898 const SourceManager &SM) {
909 const SourceManager &SM) {
922 const SourceManager &SM,
1000 const SourceManager &SM,
1020 // "byte offset" (SourceManager "column").
1073 const SourceManager
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.h24 class SourceManager;
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseAST.cpp64 const SourceManager &SM = P.getPreprocessor().getSourceManager();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp15 #include "clang/Basic/SourceManager.h"
45 const SourceManager &SM = B.getSourceManager();
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h265 virtual PathDiagnosticLocation getLocation(const SourceManager &SM) const;
378 virtual SourceManager& getSourceManager() = 0;
445 SourceManager& getSourceManager() { return D.getSourceManager(); }
542 SourceManager& getSourceManager() {
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp32 #include "clang/Basic/SourceManager.h"
142 SourceManager &SM = Pass.Ctx.getSourceManager();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp18 #include "clang/Basic/SourceManager.h"
122 const SourceManager &SMgr = (*path.begin())->getLocation().getManager();
129 Rewriter R(const_cast<SourceManager&>(SMgr), PP.getLangOpts());
283 SourceManager &SM = R.getSourceMgr();
527 SourceManager &SM = R.getSourceMgr();
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DClangForward.h105 class SourceManager;

Completed in 126 milliseconds

1234567