Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp515 FileID ParentFile = SM.getFileID(LCA); in handleFileExit() local
516 while (!isNestedIn(MostRecentLocation, ParentFile)) { in handleFileExit()
524 ParentFile = SM.getFileID(LCA); in handleFileExit()
533 if (!isNestedIn(Loc, ParentFile)) { in handleFileExit()
538 while (!SM.isInFileID(Loc, ParentFile)) { in handleFileExit()
555 while (isNestedIn(Loc, ParentFile)) { in handleFileExit()
/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.cpp803 FileID ParentFile = SM.getFileID(LCA); in handleFileExit() local
804 while (!isNestedIn(MostRecentLocation, ParentFile)) { in handleFileExit()
812 ParentFile = SM.getFileID(LCA); in handleFileExit()
821 if (!isNestedIn(Loc, ParentFile)) { in handleFileExit()
826 while (!SM.isInFileID(Loc, ParentFile)) { in handleFileExit()
843 while (isNestedIn(Loc, ParentFile)) { in handleFileExit()
/external/llvm-project/clang-tools-extra/docs/
Dpp-trace.rst191 ParentFile ("(file)" or (null)) const FileEntry …
192 … const Token The token in ParentFile that indicates t…
199 ParentFile: "/path/filename.h"