Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h514 bool BuildSystemModule = false, bool OpenFile = true,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp897 bool BuildSystemModule, bool OpenFile, bool CacheFailures) { in LookupFile() argument
959 return BuildSystemModule; in LookupFile()
H A DPPDirectives.cpp994 bool BuildSystemModule = false; in LookupFile() local
1019 BuildSystemModule = getCurrentModule()->IsSystem; in LookupFile()
1069 IsFrameworkFound, SkipCache, BuildSystemModule, OpenFile, CacheFailures); in LookupFile()