Home
last modified time | relevance | path

Searched defs:Act (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp146 std::unique_ptr<FrontendAction> Act = CreateFrontendBaseAction(CI); CreateFrontendAction() local
277 std::unique_ptr<FrontendAction> Act(CreateFrontendAction(*Clang)); ExecuteCompilerInvocation() local
[all...]
/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp341 void Act() override { Act() function
354 void Act() override { Act() function
373 void Act() override { Act() function
417 void Act() override { Act() function
468 void Act() override { Act() function
480 void Act() override { Act() function
494 void Act() override { Act() function
526 void Act() override { Act() function
542 void Act() override { Act() function
620 void Act() override { Act() function
643 void Act() override { Act() function
[all...]
/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h46 unsigned Act; variable
/llvm-project/clang/unittests/Frontend/
H A DCodeGenActionTest.cpp58 std::unique_ptr<FrontendAction> Act(new NullCodeGenAction); TEST() local
/llvm-project/clang/include/clang/Driver/
H A DInputInfo.h41 const Action* Act; variable
/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp371 auto Act = std::make_unique<IncrementalSyntaxOnlyAction>(ParentCI); codeComplete() local
H A DIncrementalParser.cpp125 std::unique_ptr<FrontendAction> Act; IncrementalAction() local
/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DLegalizerInfoTest.cpp22 operator<<(std::ostream &OS, const LegalizeAction Act) { in operator <<()
/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1241 std::unique_ptr<TopLevelDeclTrackerAction> Act( Parse() local
1635 FrontendAction *Act = Action; LoadFromCompilerInvocationAction() local
2188 CodeComplete(StringRef File,unsigned Line,unsigned Column,ArrayRef<RemappedFile> RemappedFiles,bool IncludeMacros,bool IncludeCodePatterns,bool IncludeBriefComments,CodeCompleteConsumer & Consumer,std::shared_ptr<PCHContainerOperations> PCHContainerOps,DiagnosticsEngine & Diag,LangOptions & LangOpts,SourceManager & SourceMgr,FileManager & FileMgr,SmallVectorImpl<StoredDiagnostic> & StoredDiagnostics,SmallVectorImpl<const llvm::MemoryBuffer * > & OwnedBuffers,std::unique_ptr<SyntaxOnlyAction> Act) CodeComplete() argument
[all...]
H A DPrecompiledPreamble.cpp513 auto Act = std::make_unique<PrecompilePreambleAction>( in Build() local
H A DCompilerInstance.cpp1010 ExecuteAction(FrontendAction & Act) ExecuteAction() argument
/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp632 void Sema::PragmaStack<Sema::AlignPackInfo>::Act(SourceLocation PragmaLocation, Act() function in Sema::PragmaStack::AlignPackInfo
[all...]
/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp193 LegalizeAction Act = (IntVT == MVT::i32) ? Promote : Legal; in initSPUActions() local
/llvm-project/clang/include/clang/Sema/
H A DSema.h1633 void Act(SourceLocation PragmaLocation, PragmaMsStackAction Action, Act() function