Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h34 LT_Framework, enumerator
75 LookupType(isFramework ? LT_Framework : LT_NormalDir), in DirectoryLookup()
123 bool isFramework() const { return getLookupType() == LT_Framework; } in isFramework()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp10200 if (LookupType == DirectoryLookup::LT_Framework) { in CodeCompleteIncludedFile()
10237 if (LookupType == DirectoryLookup::LT_Framework && in CodeCompleteIncludedFile()
10273 case DirectoryLookup::LT_Framework: in CodeCompleteIncludedFile()
10275 IsSystem, DirectoryLookup::LT_Framework); in CodeCompleteIncludedFile()