Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp249 SourceLocation getIncludeOrExpansionLoc(SourceLocation Loc) { in getIncludeOrExpansionLoc() function in __anon8c3eb65b0211::CoverageMappingBuilder
262 Loc = getIncludeOrExpansionLoc(Loc); in isNestedIn()
306 for (SourceLocation Parent = getIncludeOrExpansionLoc(Loc); in gatherFileIDs()
307 Parent.isValid(); Parent = getIncludeOrExpansionLoc(Parent)) in gatherFileIDs()
454 SourceLocation ParentLoc = getIncludeOrExpansionLoc(ExpandedLoc); in emitExpansionRegions()
498 Start = getIncludeOrExpansionLoc(Start); in VisitDecl()
504 End = getPreciseTokenLocEnd(getIncludeOrExpansionLoc(End)); in VisitDecl()
593 Loc = getIncludeOrExpansionLoc(Loc); in locationDepth()
632 EndLoc = getPreciseTokenLocEnd(getIncludeOrExpansionLoc(EndLoc)); in popRegions()
652 StartLoc = getIncludeOrExpansionLoc(StartLoc); in popRegions()
[all …]