Home
last modified time | relevance | path

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

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