Home
last modified time | relevance | path

Searched refs:getFileEntryRefForID (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp167 return canModifyFile(PP.getSourceManager().getFileEntryRefForID(FID)); in canModifyFile()
1965 Optional<FileEntryRef> file = Ctx.getSourceManager().getFileEntryRefForID(FID); in HandleTranslationUnit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h1034 Optional<FileEntryRef> getFileEntryRefForID(FileID FID) const { in getFileEntryRefForID() function