HomeSort by: relevance | last modified time | path
    Searched refs:isNormalDir (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
DirectoryLookup.h 91 return isNormalDir() ? &u.Dir.getDirEntry() : nullptr;
110 /// isNormalDir - Return true if this is a normal directory, not a header map.
111 bool isNormalDir() const { return getLookupType() == LT_NormalDir; }
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitHeaderSearch.cpp 481 if (CurEntry.isNormalDir()) {
516 if (CurEntry.isNormalDir())
607 if (SearchList[i].isNormalDir())
PrecompiledPreamble.cpp 137 if (Dir.isNormalDir())
  /src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp 283 if (!SearchDirs[Idx].isNormalDir())
337 if (isNormalDir())
387 if (isNormalDir()) {
1743 if (!SearchDirs[Idx].isNormalDir()) {
1838 if (!SearchDirs[I].isNormalDir())

Completed in 24 milliseconds