Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h505 std::string OverrideRecordLayoutsFile; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1194 if (!CI.getFrontendOpts().OverrideRecordLayoutsFile.empty() && in BeginSourceFile()
1198 CI.getFrontendOpts().OverrideRecordLayoutsFile)); in BeginSourceFile()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp543 IF_RELATIVE_RETURN_FALSE(FrontendOpts.OverrideRecordLayoutsFile); in isSafeToIgnoreCWD()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8303 MarshallingInfoString<FrontendOpts<"OverrideRecordLayoutsFile">>;