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

/external/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp134 bool isNestedIn(SourceLocation Loc, FileID Parent) { function in class:__anon1635::CoverageMappingBuilder
332 while (StartFileID != EndFileID && !isNestedIn(End, StartFileID)) {
516 while (!isNestedIn(MostRecentLocation, ParentFile)) {
533 if (!isNestedIn(Loc, ParentFile)) {
555 while (isNestedIn(Loc, ParentFile)) {

Completed in 216 milliseconds