HomeSort by: relevance | last modified time | path
    Searched refs:MapEntryOptionalStorage (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
DirectoryEntry.h 27 template <class RefTy> class MapEntryOptionalStorage;
87 friend class FileMgr::MapEntryOptionalStorage<DirectoryEntryRef>;
115 template <class RefTy> class MapEntryOptionalStorage {
120 MapEntryOptionalStorage() : MaybeRef(optional_none_tag()) {}
123 explicit MapEntryOptionalStorage(llvm::in_place_t, ArgTypes &&...Args)
149 MapEntryOptionalStorage &operator=(RefTy Ref) {
165 : public clang::FileMgr::MapEntryOptionalStorage<clang::DirectoryEntryRef> {
167 clang::FileMgr::MapEntryOptionalStorage<clang::DirectoryEntryRef>;
FileEntry.h 162 friend class FileMgr::MapEntryOptionalStorage<FileEntryRef>;
201 : public clang::FileMgr::MapEntryOptionalStorage<clang::FileEntryRef> {
203 clang::FileMgr::MapEntryOptionalStorage<clang::FileEntryRef>;

Completed in 36 milliseconds