Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp408 if (Ctx.getLangOpts().ModulesCodegen || in shouldFunctionGenerateHereOnly()
1288 bool ModulesCodegen = shouldVarGenerateHereOnly(D); in VisitVarDecl() local
1289 VarDeclBits.addBit(ModulesCodegen); in VisitVarDecl()
1325 if (ModulesCodegen) in VisitVarDecl()
3097 bool ModulesCodegen = shouldFunctionGenerateHereOnly(FD); in AddFunctionDefinition() local
3098 Record->push_back(ModulesCodegen); in AddFunctionDefinition()
3099 if (ModulesCodegen) in AddFunctionDefinition()
H A DASTWriter.cpp7239 bool ModulesCodegen = in AddCXXDefinitionData() local
7244 Record->push_back(ModulesCodegen); in AddCXXDefinitionData()
7245 if (ModulesCodegen) in AddCXXDefinitionData()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp217 (ProgramAction == frontend::GenerateModule && !LangOpts.ModulesCodegen)) { in resetBenignCodeGenOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def279 LANGOPT(ModulesCodegen , 1, 0, Benign, "Modules code generation")
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8162 MarshallingInfoFlag<LangOpts<"ModulesCodegen">>;