Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp252 SourceLocation getIncludeOrExpansionLoc(SourceLocation Loc) { in getIncludeOrExpansionLoc() function in __anond4b6e5a70211::CoverageMappingBuilder
265 Loc = getIncludeOrExpansionLoc(Loc); in isNestedIn()
309 for (SourceLocation Parent = getIncludeOrExpansionLoc(Loc); in gatherFileIDs()
310 Parent.isValid(); Parent = getIncludeOrExpansionLoc(Parent)) in gatherFileIDs()
464 SourceLocation ParentLoc = getIncludeOrExpansionLoc(ExpandedLoc); in emitExpansionRegions()
508 Start = getIncludeOrExpansionLoc(Start); in VisitDecl()
514 End = getPreciseTokenLocEnd(getIncludeOrExpansionLoc(End)); in VisitDecl()
605 Loc = getIncludeOrExpansionLoc(Loc); in locationDepth()
644 EndLoc = getPreciseTokenLocEnd(getIncludeOrExpansionLoc(EndLoc)); in popRegions()
664 StartLoc = getIncludeOrExpansionLoc(StartLoc); in popRegions()
[all …]