Home | History | Annotate | Download | only in src

Lines Matching refs:CompilationType

59   CompilationType type;
61 VersionerASTConsumer(HeaderDatabase* header_database, CompilationType type)
73 CompilationType type;
75 VersionerASTAction(HeaderDatabase* header_database, CompilationType type)
95 static std::unordered_map<CompilationType, std::vector<std::string>> cc1_flags;
98 CompilationType type,
167 errx(1, "attemped to generate cc1 flags for existing CompilationType %s",
175 static std::vector<const char*> getCC1Command(CompilationType type, const std::string& filename) {
178 errx(1, "failed to find target flags for CompilationType %s", to_string(type).c_str());
195 const std::set<CompilationType>& types,
203 for (const CompilationType type : types) {
207 errx(1, "CompilationRequirement map missing entry for CompilationType %s",
230 HeaderDatabase* header_database, CompilationType type,