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.h517 bool BuildSystemModule = false, bool OpenFile = true,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp892 bool BuildSystemModule, bool OpenFile, bool CacheFailures) { in LookupFile() argument
954 return BuildSystemModule; in LookupFile()
H A DPPDirectives.cpp968 bool BuildSystemModule = false; in LookupFile() local
993 BuildSystemModule = getCurrentModule()->IsSystem; in LookupFile()
1043 IsFrameworkFound, SkipCache, BuildSystemModule, OpenFile, CacheFailures); in LookupFile()