Searched refs:ExpansionRange (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DPlistReporter.cpp109 CharSourceRange ExpansionRange = SM.getExpansionRange(R); local
110 EmitRange(o, SM, Lexer::getAsCharRange(ExpansionRange, SM, LangOpts),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp524 SourceRange ExpansionRange(ExpandLoc, ExpansionEnd);
533 MacroExpandsInfo(Identifier, M, ExpansionRange));
535 Callbacks->MacroExpands(Identifier, M, ExpansionRange, Args);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1563 SourceRange ExpansionRange(SM.getExpansionLoc(Range.getBegin()),
1566 FileID FID = SM.getFileID(ExpansionRange.getBegin());
1567 if (FID != SM.getFileID(ExpansionRange.getEnd()))
1575 unsigned BeginOffset = SM.getFileOffset(ExpansionRange.getBegin());
1576 unsigned EndOffset = SM.getFileOffset(ExpansionRange.getEnd());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp230 CharSourceRange ExpansionRange = SM.getExpansionRange(AttrTokLoc); local
232 Lexer::getSourceText(ExpansionRange, SM, PP.getLangOpts());
236 attrs[i].setMacroIdentifier(MacroII, ExpansionRange.getBegin());

Completed in 70 milliseconds