Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h369 bool isHeaderInUmbrellaDirs(FileEntryRef File) { in isHeaderInUmbrellaDirs() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp547 if (Excluded || isHeaderInUmbrellaDirs(File)) in diagnoseHeaderInclusion()