Home
last modified time | relevance | path

Searched defs:Consumers (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp139 std::vector<std::unique_ptr<ASTConsumer>> Consumers; in CreateASTConsumer() local
198 std::vector<std::unique_ptr<ASTConsumer>> Consumers; in CreateMultiplexConsumer() local
219 std::vector<std::unique_ptr<ASTConsumer>> Consumers = in CreateASTConsumer() local
275 std::vector<std::unique_ptr<ASTConsumer>> Consumers; in CreateASTConsumer() local
H A DFrontendAction.cpp197 std::vector<std::unique_ptr<ASTConsumer>> Consumers; in CreateWrappedASTConsumer() local
H A DASTUnit.cpp1659 std::vector<std::unique_ptr<ASTConsumer>> Consumers; in LoadFromCompilerInvocationAction() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp563 std::vector<std::unique_ptr<ASTConsumer>> Consumers; in CreateASTConsumer() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1037 std::vector<std::unique_ptr<ASTConsumer>> Consumers(2); in CreateASTConsumer() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp198 std::vector<std::unique_ptr<ASTConsumer>> Consumers; in CreateASTConsumer() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3114 ArrayRef<PathDiagnosticConsumer*> Consumers = getPathDiagnosticConsumers(); in FlushReport() local