/llvm-project/llvm/include/llvm/MCA/ |
H A D | SourceMgr.h | 29 struct SourceMgr { struct 53 virtual ~SourceMgr() {} in ~SourceMgr() argument
|
/llvm-project/clang/lib/Format/ |
H A D | AffectedRangeManager.h | 27 AffectedRangeManager(const SourceManager &SourceMgr, in AffectedRangeManager() argument 58 const SourceManager &SourceMgr; variable
|
H A D | QualifierAlignmentFixer.cpp | 57 static void replaceToken(const SourceManager &SourceMgr, in replaceToken() argument 69 static void removeToken(const SourceManager &SourceMgr, in removeToken() argument 77 static void insertQualifierAfter(const SourceManager &SourceMgr, in insertQualifierAfter() argument 90 static void insertQualifierBefore(const SourceManager &SourceMgr, in insertQualifierBefore() argument 115 static void rotateTokens(const SourceManager &SourceMgr, in rotateTokens() argument 180 analyzeRight(const SourceManager & SourceMgr,const AdditionalKeywords & Keywords,tooling::Replacements & Fixes,const FormatToken * const Tok,const std::string & Qualifier,tok::TokenKind QualifierType) analyzeRight() argument 371 analyzeLeft(const SourceManager & SourceMgr,const AdditionalKeywords & Keywords,tooling::Replacements & Fixes,const FormatToken * const Tok,const std::string & Qualifier,tok::TokenKind QualifierType) analyzeLeft() argument 549 const SourceManager &SourceMgr = Env.getSourceManager(); fixQualifierAlignment() local [all...] |
H A D | UnwrappedLineFormatter.h | 32 const SourceManager &SourceMgr, in UnwrappedLineFormatter() 68 const SourceManager &SourceMgr; variable
|
H A D | ObjCPropertyAttributeOrderFixer.cpp | 38 const SourceManager &SourceMgr, tooling::Replacements &Fixes, in sortPropertyAttributes() argument 159 analyzeObjCPropertyDecl(const SourceManager & SourceMgr,const AdditionalKeywords & Keywords,tooling::Replacements & Fixes,const FormatToken * Tok) analyzeObjCPropertyDecl() argument 188 const SourceManager &SourceMgr = Env.getSourceManager(); analyze() local
|
H A D | NamespaceEndCommentsFixer.cpp | 221 const SourceManager &SourceMgr, in addEndComment() 233 const SourceManager &SourceMgr, in updateEndComment() 284 const SourceManager &SourceMgr = Env.getSourceManager(); in analyze() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | CommentSema.h | 26 class SourceMgr; variable 40 const SourceManager &SourceMgr; variable
|
H A D | RawCommentList.h | 98 StringRef getRawText(const SourceManager &SourceMgr) const { in getRawText() 118 bool hasUnsupportedSplice(const SourceManager &SourceMgr) const { in hasUnsupportedSplice() 214 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList()
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Parser.h | 18 class SourceMgr; variable
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | UsingInserter.h | 41 const SourceManager &SourceMgr; variable
|
H A D | IncludeSorter.h | 56 const SourceManager *SourceMgr; variable
|
/llvm-project/mlir/include/mlir/Bytecode/ |
H A D | BytecodeReader.h | 23 class SourceMgr; variable
|
/llvm-project/mlir/include/mlir/AsmParser/ |
H A D | AsmParser.h | 20 class SourceMgr; variable
|
/llvm-project/mlir/include/mlir/Tools/PDLL/Parser/ |
H A D | Parser.h | 17 class SourceMgr; variable
|
/llvm-project/clang/include/clang/Lex/ |
H A D | ScratchBuffer.h | 25 SourceManager &SourceMgr; variable
|
/llvm-project/clang/include/clang/Edit/ |
H A D | EditedSource.h | 36 const SourceManager &SourceMgr; variable 75 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), IdentTable(LangOpts) {} in SourceMgr() function
|
/llvm-project/mlir/include/mlir/Tools/PDLL/CodeGen/ |
H A D | MLIRGen.h | 15 class SourceMgr; variable
|
/llvm-project/llvm/tools/llvm-ml/ |
H A D | Disassembler.h | 24 class SourceMgr; variable
|
/llvm-project/clang/unittests/Tooling/Syntax/ |
H A D | TreeTestBase.h | 50 IntrusiveRefCntPtr<SourceManager> SourceMgr = variable
|
/llvm-project/llvm/tools/llvm-mc/ |
H A D | Disassembler.h | 24 class SourceMgr; variable
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | ConvertMemberFunctionsToStatic.cpp | 98 static StringRef getStringFromRange(SourceManager &SourceMgr, in getStringFromRange() 110 SourceManager &SourceMgr, in getLocationOfConst()
|
/llvm-project/clang/unittests/Lex/ |
H A D | PPConditionalDirectiveRecordTest.cpp | 46 SourceManager SourceMgr; member in __anon1124a3130111::PPConditionalDirectiveRecordTest
|
/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | TokenBufferTokenManager.h | 23 const LangOptions &LangOpts, SourceManager &SourceMgr) in TokenBufferTokenManager()
|
/llvm-project/clang/unittests/Analysis/ |
H A D | UnsafeBufferUsageTest.cpp | 23 SourceManager SourceMgr; member in __anonf192cb0d0111::UnsafeBufferUsageTest
|
/llvm-project/clang-tools-extra/modularize/ |
H A D | ModularizeUtilities.h | 215 llvm::IntrusiveRefCntPtr<clang::SourceManager> SourceMgr; variable
|