Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DFileManager.cpp38 #define NON_EXISTENT_DIR reinterpret_cast<DirectoryEntry*>((intptr_t)-1) macro
135 if (NamedDirEnt.second && NamedDirEnt.second != NON_EXISTENT_DIR) in addAncestorsAsVirtualDirs()
175 return NamedDirEnt.second == NON_EXISTENT_DIR ? nullptr in getDirectory()
181 NamedDirEnt.second = NON_EXISTENT_DIR; in getDirectory()