Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp325 SourceLocation getIncludeOrExpansionLoc(SourceLocation Loc, in getIncludeOrExpansionLoc() function in __anon413222f00211::CoverageMappingBuilder
343 Loc = getIncludeOrExpansionLoc(Loc); in isNestedIn()
407 for (SourceLocation Parent = getIncludeOrExpansionLoc(Loc); in gatherFileIDs()
408 Parent.isValid(); Parent = getIncludeOrExpansionLoc(Parent)) in gatherFileIDs()
582 SourceLocation ParentLoc = getIncludeOrExpansionLoc(ExpandedLoc, false); in emitExpansionRegions()
626 Start = getIncludeOrExpansionLoc(Start); in VisitDecl()
632 End = getPreciseTokenLocEnd(getIncludeOrExpansionLoc(End)); in VisitDecl()
1026 Loc = getIncludeOrExpansionLoc(Loc); in locationDepth()
1066 EndLoc = getPreciseTokenLocEnd(getIncludeOrExpansionLoc(EndLoc)); in popRegions()
1086 StartLoc = getIncludeOrExpansionLoc(StartLoc); in popRegions()
[all …]