HomeSort by: relevance | last modified time | path
    Searched refs:ExpansionRange (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
PlistReporter.cpp 109 CharSourceRange ExpansionRange = SM.getExpansionRange(R);
110 EmitRange(o, SM, Lexer::getAsCharRange(ExpansionRange, SM, LangOpts),
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
SourceCode.cpp 132 CharSourceRange ExpansionRange = SM.getExpansionRange(EntityLast);
134 // `ExpansionRange` is a character range.
137 auto FileOffset = SM.getDecomposedLoc(ExpansionRange.getEnd());
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPMacroExpansion.cpp 526 SourceRange ExpansionRange(ExpandLoc, ExpansionEnd);
535 MacroExpandsInfo(Identifier, M, ExpansionRange));
537 Callbacks->MacroExpands(Identifier, M, ExpansionRange, Args);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 1566 SourceRange ExpansionRange(SM.getExpansionLoc(Range.getBegin()),
1569 FileID FID = SM.getFileID(ExpansionRange.getBegin());
1570 if (FID != SM.getFileID(ExpansionRange.getEnd()))
1577 unsigned BeginOffset = SM.getFileOffset(ExpansionRange.getBegin());
1578 unsigned EndOffset = SM.getFileOffset(ExpansionRange.getEnd());
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 253 CharSourceRange ExpansionRange = SM.getExpansionRange(AttrTokLoc);
255 Lexer::getSourceText(ExpansionRange, SM, PP.getLangOpts());
259 Attrs[i].setMacroIdentifier(MacroII, ExpansionRange.getBegin());

Completed in 80 milliseconds