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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp252 SourceLocation getIncludeOrExpansionLoc(SourceLocation Loc) { function in class:__anon545::CoverageMappingBuilder
265 Loc = getIncludeOrExpansionLoc(Loc);
309 for (SourceLocation Parent = getIncludeOrExpansionLoc(Loc);
310 Parent.isValid(); Parent = getIncludeOrExpansionLoc(Parent))
464 SourceLocation ParentLoc = getIncludeOrExpansionLoc(ExpandedLoc);
508 Start = getIncludeOrExpansionLoc(Start);
514 End = getPreciseTokenLocEnd(getIncludeOrExpansionLoc(End));
605 Loc = getIncludeOrExpansionLoc(Loc);
644 EndLoc = getPreciseTokenLocEnd(getIncludeOrExpansionLoc(EndLoc));
664 StartLoc = getIncludeOrExpansionLoc(StartLo
[all...]

Completed in 160 milliseconds