Home
last modified time | relevance | path

Searched refs:ExpansionRange (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DPlistReporter.cpp109 CharSourceRange ExpansionRange = SM.getExpansionRange(R); in writeARCDiagsToPlist() local
110 EmitRange(o, SM, Lexer::getAsCharRange(ExpansionRange, SM, LangOpts), in writeARCDiagsToPlist()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp132 CharSourceRange ExpansionRange = SM.getExpansionRange(EntityLast); in getEntityEndLoc() local
137 auto FileOffset = SM.getDecomposedLoc(ExpansionRange.getEnd()); in getEntityEndLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp526 SourceRange ExpansionRange(ExpandLoc, ExpansionEnd); in HandleMacroExpandedIdentifier() local
535 MacroExpandsInfo(Identifier, M, ExpansionRange)); in HandleMacroExpandedIdentifier()
537 Callbacks->MacroExpands(Identifier, M, ExpansionRange, Args); in HandleMacroExpandedIdentifier()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1566 SourceRange ExpansionRange(SM.getExpansionLoc(Range.getBegin()), in getLengthOnSingleLine() local
1569 FileID FID = SM.getFileID(ExpansionRange.getBegin()); in getLengthOnSingleLine()
1570 if (FID != SM.getFileID(ExpansionRange.getEnd())) in getLengthOnSingleLine()
1577 unsigned BeginOffset = SM.getFileOffset(ExpansionRange.getBegin()); in getLengthOnSingleLine()
1578 unsigned EndOffset = SM.getFileOffset(ExpansionRange.getEnd()); in getLengthOnSingleLine()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp253 CharSourceRange ExpansionRange = SM.getExpansionRange(AttrTokLoc); in ParseGNUAttributes() local
255 Lexer::getSourceText(ExpansionRange, SM, PP.getLangOpts()); in ParseGNUAttributes()
259 Attrs[i].setMacroIdentifier(MacroII, ExpansionRange.getBegin()); in ParseGNUAttributes()