Home
last modified time | relevance | path

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

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