reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1931 if (File && isPCHThroughHeader(&File->getFileEntry())) 1931 if (File && isPCHThroughHeader(&File->getFileEntry())) 1941 if (File && PreambleConditionalStack.isRecording() && 1942 SourceMgr.translateFile(&File->getFileEntry()) == 1961 if (Action == Enter && HasReachedMaxIncludeDepth && File && 1962 HeaderInfo.getFileInfo(&File->getFileEntry()).NumIncludes) 1968 if (Action == Enter && File && SuggestedModule && getLangOpts().Modules && 2037 if (File) 2038 FileCharacter = std::max(HeaderInfo.getFileDirFlavor(&File->getFileEntry()), 2052 if (Action == Enter && File && 2053 !HeaderInfo.ShouldEnterIncludeFile(*this, &File->getFileEntry(), 2071 File ? &File->getFileEntry() : nullptr, SearchPath, RelativePath, 2071 File ? &File->getFileEntry() : nullptr, SearchPath, RelativePath, 2074 if (Action == Skip && File) 2075 Callbacks->FileSkipped(*File, FilenameTok, FileCharacter); 2078 if (!File) 2085 << OriginalFilename << File->getName(); 2092 !IsMapped && !File->getFileEntry().tryGetRealPathName().empty(); 2096 StringRef RealPathName = File->getFileEntry().tryGetRealPathName(); 2167 FileID FID = SourceMgr.createFileID(*File, IncludePos, FileCharacter);