Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h566 std::string OverrideRecordLayoutsFile; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1046 if (!CI.getFrontendOpts().OverrideRecordLayoutsFile.empty() && in BeginSourceFile()
1050 CI.getFrontendOpts().OverrideRecordLayoutsFile)); in BeginSourceFile()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7761 MarshallingInfoString<FrontendOpts<"OverrideRecordLayoutsFile">>;