OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExecuteAction
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendActions.h
26
void
ExecuteAction
() override;
43
void
ExecuteAction
() override;
179
void
ExecuteAction
() override;
193
void
ExecuteAction
() override;
204
void
ExecuteAction
() override;
228
void
ExecuteAction
() override;
245
void
ExecuteAction
() override;
256
void
ExecuteAction
() override;
271
void
ExecuteAction
() override;
276
void
ExecuteAction
() override
[
all
...]
FrontendAction.h
78
///
ExecuteAction
() and EndSourceFileAction() will not be called.
94
virtual void
ExecuteAction
() = 0;
245
/// Implement the
ExecuteAction
interface by running Sema on
250
void
ExecuteAction
() override;
313
void
ExecuteAction
() override;
CompilerInstance.h
193
///
ExecuteAction
- Execute the provided action against the compiler's
220
bool
ExecuteAction
(FrontendAction &Act);
/src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
FrontendActions.h
67
void
ExecuteAction
() override;
72
void
ExecuteAction
() override;
80
void
ExecuteAction
() override;
/src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
ClangSrcLocDump.cpp
48
void
ExecuteAction
() override {
49
clang::ASTFrontendAction::
ExecuteAction
();
154
Compiler.
ExecuteAction
(ScopedToolAction);
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTMerge.cpp
33
void ASTMergeAction::
ExecuteAction
() {
79
AdaptedAction->
ExecuteAction
();
FrontendActions.cpp
62
void InitOnlyAction::
ExecuteAction
() {
333
void VerifyPCHAction::
ExecuteAction
() {
498
void TemplightDumpAction::
ExecuteAction
() {
509
ASTFrontendAction::
ExecuteAction
();
719
void DumpModuleInfoAction::
ExecuteAction
() {
752
void DumpRawTokensAction::
ExecuteAction
() {
770
void DumpTokensAction::
ExecuteAction
() {
782
void PreprocessOnlyAction::
ExecuteAction
() {
796
void PrintPreprocessedAction::
ExecuteAction
() {
864
void PrintPreambleAction::
ExecuteAction
() {
[
all
...]
FrontendAction.cpp
949
ExecuteAction
();
951
else
ExecuteAction
();
1039
void ASTFrontendAction::
ExecuteAction
() {
1089
void WrapperFrontendAction::
ExecuteAction
() {
1090
WrappedAction->
ExecuteAction
();
CompilerInstance.cpp
925
bool CompilerInstance::
ExecuteAction
(FrontendAction &Act) {
1150
Instance.
ExecuteAction
(Action);
/src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CodeGenAction.h
67
void
ExecuteAction
() override;
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp
185
void RewriteMacrosAction::
ExecuteAction
() {
194
void RewriteTestAction::
ExecuteAction
() {
263
Instance.
ExecuteAction
(Action);
304
void RewriteIncludesAction::
ExecuteAction
() {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.cpp
100
CRC.RunSafelyOnThread([&]() { Instance.
ExecuteAction
(parseModelFile); },
/src/external/apache2/llvm/dist/clang/lib/Interpreter/
IncrementalParser.cpp
35
/// The usual \p FrontendAction expects one call to
ExecuteAction
and once it
78
void
ExecuteAction
() override {
124
CI->
ExecuteAction
(*Act);
/src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
main.cpp
211
if (!Clang.
ExecuteAction
(*Act))
/src/external/apache2/llvm/dist/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp
278
bool Success = Clang->
ExecuteAction
(*Act);
/src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
DependencyScanningWorker.cpp
136
const bool Result = Compiler.
ExecuteAction
(*Action);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp
1040
void CodeGenAction::
ExecuteAction
() {
1042
this->ASTFrontendAction::
ExecuteAction
();
/src/external/apache2/llvm/dist/clang/lib/Tooling/
Tooling.cpp
400
const bool Success = Compiler.
ExecuteAction
(*ScopedToolAction);
Completed in 25 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026