Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleMap.h464 bool RequestingModuleIsModuleInterface,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp665 bool RequestingModuleIsModuleInterface = !SourceMgr.isInMainFile(FilenameLoc); in LookupFile() local
742 RequestingModule, RequestingModuleIsModuleInterface, FilenameLoc, in LookupFile()
759 RequestingModule, RequestingModuleIsModuleInterface, FilenameLoc, in LookupFile()
774 RequestingModule, RequestingModuleIsModuleInterface, in LookupFile()
H A DModuleMap.cpp467 bool RequestingModuleIsModuleInterface, in diagnoseHeaderInclusion() argument
531 } else if (RequestingModule && RequestingModuleIsModuleInterface && in diagnoseHeaderInclusion()