Searched refs:makeFileCharRange (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | SourceCode.cpp | 158 Range = Lexer::makeFileCharRange(EditRange, SM, LangOpts); in getRange() 493 return Lexer::makeFileCharRange(Range, SM, LangOpts); in getAssociatedRange()
|
| H A D | RangeSelector.cpp | 121 CharSourceRange Range = Lexer::makeFileCharRange( in after()
|
| H A D | Stencil.cpp | 226 CharSourceRange Range = Lexer::makeFileCharRange( in eval()
|
| /src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | HTMLLogger.cpp | 356 auto Range = clang::Lexer::makeFileCharRange( in writeCode() 428 auto EltRange = clang::Lexer::makeFileCharRange( in writeCode()
|
| /src/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Lexer.h | 492 static CharSourceRange makeFileCharRange(CharSourceRange Range,
|
| /src/contrib/llvm-project/clang/lib/Edit/ |
| H A D | Commit.cpp | 299 range = Lexer::makeFileCharRange(range, SM, LangOpts); in canRemoveRange()
|
| /src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 955 CharSourceRange Lexer::makeFileCharRange(CharSourceRange Range, in makeFileCharRange() function in Lexer 1017 return makeFileCharRange(Range, SM, LangOpts); in makeFileCharRange() 1028 Range = makeFileCharRange(Range, SM, LangOpts); in getSourceText()
|
| /src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1276 CharSourceRange FileRange = Lexer::makeFileCharRange(Range, SM, LangOpts); in makeStandaloneRange()
|