Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h477 bool RequestingModuleIsModuleInterface,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp753 bool RequestingModuleIsModuleInterface = !SourceMgr.isInMainFile(FilenameLoc); in LookupFile() local
831 RequestingModule, RequestingModuleIsModuleInterface, FilenameLoc, in LookupFile()
847 RequestingModule, RequestingModuleIsModuleInterface, FilenameLoc, in LookupFile()
862 RequestingModule, RequestingModuleIsModuleInterface, in LookupFile()
H A DModuleMap.cpp474 bool RequestingModuleIsModuleInterface, in diagnoseHeaderInclusion() argument
538 } else if (RequestingModule && RequestingModuleIsModuleInterface && in diagnoseHeaderInclusion()