Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h477 bool RequestingModuleIsModuleInterface,
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp816 bool RequestingModuleIsModuleInterface = !SourceMgr.isInMainFile(FilenameLoc); in LookupFile() local
894 RequestingModule, RequestingModuleIsModuleInterface, FilenameLoc, in LookupFile()
910 RequestingModule, RequestingModuleIsModuleInterface, FilenameLoc, in LookupFile()
925 RequestingModule, RequestingModuleIsModuleInterface, in LookupFile()
H A DModuleMap.cpp474 bool RequestingModuleIsModuleInterface, in diagnoseHeaderInclusion() argument
538 } else if (RequestingModule && RequestingModuleIsModuleInterface && in diagnoseHeaderInclusion()