Searched defs:HeaderFileInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Lex/
H A DHeaderSearch.h39 struct HeaderFileInfo { struct in namespace:clang
102 HeaderFileInfo() function in struct:clang::HeaderFileInfo
131 /// default-constructed \c HeaderFileInfo.
132 virtual HeaderFileInfo GetHeaderFileInfo(const FileEntry *FE) = 0;
178 mutable std::vector<HeaderFileInfo> FileInfo;
422 HeaderFileInfo &FI = getFileInfo(File);
598 /// \brief Return the HeaderFileInfo structure for the specified FileEntry,
600 HeaderFileInfo &getFileInfo(const FileEntry *FE);
602 /// \brief Return the HeaderFileInfo structure for the specified FileEntry,
606 const HeaderFileInfo *getExistingFileInf
[all...]

Completed in 28 milliseconds