Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DDirectoryLookup.h36 LT_Framework, enumerator
71 LookupType(isFramework ? LT_Framework : LT_NormalDir), in DirectoryLookup()
116 bool isFramework() const { return getLookupType() == LT_Framework; } in isFramework()
/external/llvm-project/clang/include/clang/Lex/
DDirectoryLookup.h34 LT_Framework, enumerator
71 LookupType(isFramework ? LT_Framework : LT_NormalDir), in DirectoryLookup()
115 bool isFramework() const { return getLookupType() == LT_Framework; } in isFramework()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp9274 if (LookupType == DirectoryLookup::LT_Framework) { in CodeCompleteIncludedFile()
9307 if (LookupType == DirectoryLookup::LT_Framework && in CodeCompleteIncludedFile()
9342 case DirectoryLookup::LT_Framework: in CodeCompleteIncludedFile()
9344 DirectoryLookup::LT_Framework); in CodeCompleteIncludedFile()