Searched refs:isNestedIn (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 134 bool isNestedIn(SourceLocation Loc, FileID Parent) { in isNestedIn() function in __anon89523c590111::CoverageMappingBuilder 332 while (StartFileID != EndFileID && !isNestedIn(End, StartFileID)) { in VisitDecl() 516 while (!isNestedIn(MostRecentLocation, ParentFile)) { in handleFileExit() 533 if (!isNestedIn(Loc, ParentFile)) { in handleFileExit() 555 while (isNestedIn(Loc, ParentFile)) { in handleFileExit()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 251 bool isNestedIn(SourceLocation Loc, FileID Parent) { in isNestedIn() function in __anon8ce2bf070211::CoverageMappingBuilder 484 while (StartFileID != EndFileID && !isNestedIn(End, StartFileID)) { in VisitDecl() 590 if (isNestedIn(DeferredEndLoc, StartFile)) { in completeDeferred() 804 while (!isNestedIn(MostRecentLocation, ParentFile)) { in handleFileExit() 821 if (!isNestedIn(Loc, ParentFile)) { in handleFileExit() 843 while (isNestedIn(Loc, ParentFile)) { in handleFileExit()
|