Home
last modified time | relevance | path

Searched refs:ActionOpt (Results 1 – 6 of 6) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Frontend/
H A DCompilerInvocation.cpp2442 for (const auto &ActionOpt : getFrontendActionTable()) in getFrontendAction() local
2443 if (ActionOpt.second == Opt.getID()) in getFrontendAction()
2444 return ActionOpt.first; in getFrontendAction()
2452 for (const auto &ActionOpt : getFrontendActionTable()) in getProgramActionOpt() local
2453 if (ActionOpt.first == ProgramAction) in getProgramActionOpt()
2454 return OptSpecifier(ActionOpt.second); in getProgramActionOpt()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Frontend/
H A DCompilerInvocation.cpp2404 for (const auto &ActionOpt : getFrontendActionTable()) in getFrontendAction() local
2405 if (ActionOpt.second == Opt.getID()) in getFrontendAction()
2406 return ActionOpt.first; in getFrontendAction()
2414 for (const auto &ActionOpt : getFrontendActionTable()) in getProgramActionOpt() local
2415 if (ActionOpt.first == ProgramAction) in getProgramActionOpt()
2416 return OptSpecifier(ActionOpt.second); in getProgramActionOpt()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Frontend/
H A DCompilerInvocation.cpp2404 for (const auto &ActionOpt : getFrontendActionTable()) in getFrontendAction() local
2405 if (ActionOpt.second == Opt.getID()) in getFrontendAction()
2406 return ActionOpt.first; in getFrontendAction()
2414 for (const auto &ActionOpt : getFrontendActionTable()) in getProgramActionOpt() local
2415 if (ActionOpt.first == ProgramAction) in getProgramActionOpt()
2416 return OptSpecifier(ActionOpt.second); in getProgramActionOpt()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2404 for (const auto &ActionOpt : getFrontendActionTable()) in getFrontendAction() local
2405 if (ActionOpt.second == Opt.getID()) in getFrontendAction()
2406 return ActionOpt.first; in getFrontendAction()
2414 for (const auto &ActionOpt : getFrontendActionTable()) in getProgramActionOpt() local
2415 if (ActionOpt.first == ProgramAction) in getProgramActionOpt()
2416 return OptSpecifier(ActionOpt.second); in getProgramActionOpt()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Frontend/
H A DCompilerInvocation.cpp2404 for (const auto &ActionOpt : getFrontendActionTable()) in getFrontendAction() local
2405 if (ActionOpt.second == Opt.getID()) in getFrontendAction()
2406 return ActionOpt.first; in getFrontendAction()
2414 for (const auto &ActionOpt : getFrontendActionTable()) in getProgramActionOpt() local
2415 if (ActionOpt.first == ProgramAction) in getProgramActionOpt()
2416 return OptSpecifier(ActionOpt.second); in getProgramActionOpt()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Frontend/
H A DCompilerInvocation.cpp2404 for (const auto &ActionOpt : getFrontendActionTable()) in getFrontendAction() local
2405 if (ActionOpt.second == Opt.getID()) in getFrontendAction()
2406 return ActionOpt.first; in getFrontendAction()
2414 for (const auto &ActionOpt : getFrontendActionTable()) in getProgramActionOpt() local
2415 if (ActionOpt.first == ProgramAction) in getProgramActionOpt()
2416 return OptSpecifier(ActionOpt.second); in getProgramActionOpt()