Searched refs:isFramework (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DDirectoryLookup.h68 bool isFramework)
70 LookupType(isFramework ? LT_Framework : LT_NormalDir),
99 return isFramework() ? u.Dir : 0;
109 /// isFramework - True if this is a framework directory.
111 bool isFramework() const { return getLookupType() == LT_Framework; } function in class:clang::DirectoryLookup
67 DirectoryLookup(const DirectoryEntry *dir, SrcMgr::CharacteristicKind DT, bool isFramework) argument
H A DHeaderSearchOptions.h57 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, argument
59 : Path(path), Group(group), IsFramework(isFramework),
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp59 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
64 bool isFramework);
122 bool isFramework) {
129 AddUnmappedPath(IncludeSysroot + Path, Group, isFramework);
134 AddUnmappedPath(Path, Group, isFramework);
138 bool isFramework) {
158 std::make_pair(Group, DirectoryLookup(DE, Type, isFramework)));
164 if (!isFramework) {
530 } else if (CurEntry.isFramework()) {
563 else if (CurEntry.isFramework())
121 AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework) argument
137 AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, bool isFramework) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp143 if (SearchDirs[Idx].isFramework()) {
212 if (isFramework())
262 if (isFramework())
1110 if (SearchDirs[Idx].isFramework()) {

Completed in 161 milliseconds