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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp803 FileID ParentFile = SM.getFileID(LCA); local
804 while (!isNestedIn(MostRecentLocation, ParentFile)) {
812 ParentFile = SM.getFileID(LCA);
821 if (!isNestedIn(Loc, ParentFile)) {
826 while (!SM.isInFileID(Loc, ParentFile)) {
848 while (isNestedIn(Loc, ParentFile)) {

Completed in 110 milliseconds