Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h118 std::string ModuleUserBuildPath; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4777 HBuilder.add(hsOpts.ModuleUserBuildPath); in getModuleHash()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1505 AddString(HSOpts.ModuleUserBuildPath, Record); in WriteControlBlock()
H A DASTReader.cpp6118 HSOpts.ModuleUserBuildPath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2971 MarshallingInfoString<HeaderSearchOpts<"ModuleUserBuildPath">>;