reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Lex/DirectoryLookup.h
   72         LookupType(isFramework ? LT_Framework : LT_NormalDir),
  116   bool isFramework() const { return getLookupType() == LT_Framework; }
tools/clang/lib/Sema/SemaCodeComplete.cpp
 8679       if (LookupType == DirectoryLookup::LT_Framework) {
 8703         if (LookupType == DirectoryLookup::LT_Framework &&
 8738     case DirectoryLookup::LT_Framework:
 8740                              DirectoryLookup::LT_Framework);