Home
last modified time | relevance | path

Searched refs:ModuleMapFileHomeIsCwd (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h111 unsigned ModuleMapFileHomeIsCwd : 1; variable
170 ModuleMapFileHomeIsCwd(0), in Sysroot()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp1141 if (getHeaderSearchOpts().ModuleMapFileHomeIsCwd) in loadModuleMapFile()
H A DModuleMap.cpp1573 Map.HeaderInfo.getHeaderSearchOpts().ModuleMapFileHomeIsCwd in parseExternModuleDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1043 Opts.ModuleMapFileHomeIsCwd = Args.hasArg(OPT_fmodule_map_file_home_is_cwd); in ParseHeaderSearchArgs()