HomeSort by relevance Sort by last modified time
    Searched refs:Act (Results 1 - 15 of 15) sorted by null

  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 118 FrontendAction *Act = CreateFrontendBaseAction(CI);
119 if (!Act)
125 Act = new FixItRecompile(Act);
136 Act = new arcmt::CheckAction(Act);
139 Act = new arcmt::ModifyAction(Act);
142 Act = new arcmt::MigrateAction(Act,
    [all...]
  /external/clang/examples/clang-interpreter/
main.cpp 162 std::unique_ptr<CodeGenAction> Act(new EmitLLVMOnlyAction());
163 if (!Clang.ExecuteAction(*Act))
167 if (std::unique_ptr<llvm::Module> Module = Act->takeModule())
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 26 unsigned Act;
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 157 virtual void Act() = 0;
161 Act();
300 void Act() override {
310 void Act() override {
329 void Act() override {
372 void Act() override {
419 void Act() override {
429 void Act() override {
441 void Act() override {
470 void Act() override
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
CompilerInstance.cpp 789 bool CompilerInstance::ExecuteAction(FrontendAction &Act) {
836 if (hasSourceManager() && !Act.isModelParsingAction())
839 if (Act.BeginSourceFile(*this, FIF)) {
840 Act.Execute();
841 Act.EndSourceFile();
    [all...]
  /external/clang/lib/Sema/
SemaAttr.cpp 329 void Sema::PragmaStack<ValueType>::Act(SourceLocation PragmaLocation,
428 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 629 : Act(_Act), VMContext(_VMContext ? _VMContext : new LLVMContext),
684 BackendAction BA = static_cast<BackendAction>(Act);
739 BackendAction BA = static_cast<BackendAction>(Act);
    [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]
Tools.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/yacc/
yacc.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/yacc/
yacc.go     [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 211 /// \param Act - The action to execute.
219 bool ExecuteAction(FrontendAction &Act);
  /external/blktrace/doc/
blktrace.tex 387 -a \emph{mask} & --act-mask=\emph{mask} & Add \emph{mask} to current filter (see below for masks) \\ \hline
486 & & action specifiers in section~\ref{sec:act-table} \\ \hline
627 \subsubsection{\label{sec:act-table}Action Table}
631 Act & Description \\ \hline\hline
648 \subsubsection{\label{sec:act-table}RWBS Description}
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 373 void Act(SourceLocation PragmaLocation,
    [all...]

Completed in 601 milliseconds