Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp123 SourceLocation getIncludeOrExpansionLoc(SourceLocation Loc) { in getIncludeOrExpansionLoc() function in __anonf7fc01b70111::CoverageMappingBuilder
136 Loc = getIncludeOrExpansionLoc(Loc); in isNestedIn()
180 for (SourceLocation Parent = getIncludeOrExpansionLoc(Loc); in gatherFileIDs()
181 Parent.isValid(); Parent = getIncludeOrExpansionLoc(Parent)) in gatherFileIDs()
288 SourceLocation ParentLoc = getIncludeOrExpansionLoc(ExpandedLoc); in emitExpansionRegions()
333 Start = getIncludeOrExpansionLoc(Start); in VisitDecl()
339 End = getPreciseTokenLocEnd(getIncludeOrExpansionLoc(End)); in VisitDecl()
433 EndLoc = getPreciseTokenLocEnd(getIncludeOrExpansionLoc(EndLoc)); in popRegions()
444 MostRecentLocation = getIncludeOrExpansionLoc(EndLoc); in popRegions()
499 MostRecentLocation = getIncludeOrExpansionLoc(MostRecentLocation); in adjustForOutOfOrderTraversal()
[all …]