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

/external/clang/include/clang/Lex/
H A DDirectoryLookup.h1 //===--- DirectoryLookup.h - Info for searching for headers -----*- C++ -*-===//
10 // This file defines the DirectoryLookup interface.
28 /// DirectoryLookup - This class represents one entry in the search list that
32 class DirectoryLookup { class in namespace:clang
54 /// LookupType - This indicates whether this DirectoryLookup object is a
66 /// DirectoryLookup ctor - Note that this ctor *does not take ownership* of
68 DirectoryLookup(const DirectoryEntry *dir, SrcMgr::CharacteristicKind DT, function in class:clang::DirectoryLookup
76 /// DirectoryLookup ctor - Note that this ctor *does not take ownership* of
78 DirectoryLookup(const HeaderMap *map, SrcMgr::CharacteristicKind DT, function in class:clang::DirectoryLookup

Completed in 95 milliseconds