Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCoverageMappingGen.cpp184 SourceLocation getIncludeOrExpansionLoc(SourceLocation Loc) { in getIncludeOrExpansionLoc() function in __anonc37b23670111::CoverageMappingBuilder
197 Loc = getIncludeOrExpansionLoc(Loc); in isNestedIn()
241 for (SourceLocation Parent = getIncludeOrExpansionLoc(Loc); in gatherFileIDs()
242 Parent.isValid(); Parent = getIncludeOrExpansionLoc(Parent)) in gatherFileIDs()
357 SourceLocation ParentLoc = getIncludeOrExpansionLoc(ExpandedLoc); in emitExpansionRegions()
401 Start = getIncludeOrExpansionLoc(Start); in VisitDecl()
407 End = getPreciseTokenLocEnd(getIncludeOrExpansionLoc(End)); in VisitDecl()
508 DeferredEndLoc = getIncludeOrExpansionLoc(DeferredEndLoc); in completeDeferred()
557 Loc = getIncludeOrExpansionLoc(Loc); in locationDepth()
591 EndLoc = getPreciseTokenLocEnd(getIncludeOrExpansionLoc(EndLoc)); in popRegions()
[all …]