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.cpp1114 bool ModulesCodegen = false; in VisitVarDecl() local
1121 ModulesCodegen = in VisitVarDecl()
1127 VarDeclBits.addBit(ModulesCodegen); in VisitVarDecl()
1162 if (ModulesCodegen) in VisitVarDecl()
2856 bool ModulesCodegen = false; in AddFunctionDefinition() local
2866 ModulesCodegen = *Linkage >= GVA_StrongExternal; in AddFunctionDefinition()
2868 if (Writer->Context->getLangOpts().ModulesCodegen || in AddFunctionDefinition()
2877 ModulesCodegen = in AddFunctionDefinition()
2882 Record->push_back(ModulesCodegen); in AddFunctionDefinition()
2883 if (ModulesCodegen) in AddFunctionDefinition()
H A DASTWriter.cpp6588 bool ModulesCodegen = in AddCXXDefinitionData() local
6592 Record->push_back(ModulesCodegen); in AddCXXDefinitionData()
6593 if (ModulesCodegen) in AddCXXDefinitionData()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp166 (ProgramAction == frontend::GenerateModule && !LangOpts.ModulesCodegen)) { in resetBenignCodeGenOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def315 BENIGN_LANGOPT(ModulesCodegen , 1, 0, "Modules code generation")
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7611 MarshallingInfoFlag<LangOpts<"ModulesCodegen">>;