Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DModuleMap.h345 bool RequestingModuleIsModuleInterface,
/external/clang/lib/Lex/
DPPDirectives.cpp750 bool RequestingModuleIsModuleInterface = !SourceMgr.isInMainFile(FilenameLoc); in LookupFile() local
828 RequestingModule, RequestingModuleIsModuleInterface, FilenameLoc, in LookupFile()
845 RequestingModule, RequestingModuleIsModuleInterface, FilenameLoc, in LookupFile()
861 RequestingModule, RequestingModuleIsModuleInterface, in LookupFile()
DModuleMap.cpp238 bool RequestingModuleIsModuleInterface, in diagnoseHeaderInclusion() argument
300 } else if (RequestingModule && RequestingModuleIsModuleInterface) { in diagnoseHeaderInclusion()