Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h93 std::string ModuleUserBuildPath; variable
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1039 Opts.ModuleUserBuildPath = Args.getLastArgValue(OPT_fmodules_user_build_path); in ParseHeaderSearchArgs()
1992 code = hash_combine(code, hsOpts.ModuleUserBuildPath); in getModuleHash()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1338 AddString(HSOpts.ModuleUserBuildPath, Record); in WriteControlBlock()
H A DASTReader.cpp4770 HSOpts.ModuleUserBuildPath = ReadString(Record, Idx); in ParseHeaderSearchOptions()