Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h115 std::string ModuleUserBuildPath; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4551 code = hash_combine(code, hsOpts.ModuleUserBuildPath); in getModuleHash()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1320 AddString(HSOpts.ModuleUserBuildPath, Record); in WriteControlBlock()
H A DASTReader.cpp5871 HSOpts.ModuleUserBuildPath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2070 MarshallingInfoString<HeaderSearchOpts<"ModuleUserBuildPath">>;