Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp341 void Act() override { in Act() function
354 void Act() override { in Act() function
373 void Act() override { in Act() function
417 void Act() override { in Act() function
468 void Act() override { in Act() function
480 void Act() override { in Act() function
494 void Act() override { in Act() function
526 void Act() overrid function
542 void Act() override { Act() function
620 void Act() override { Act() function
643 void Act() override { Act() function
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp142 std::unique_ptr<FrontendAction> Act = CreateFrontendBaseAction(CI); CreateFrontendAction() local
269 std::unique_ptr<FrontendAction> Act(CreateFrontendAction(*Clang)); ExecuteCompilerInvocation() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h46 unsigned Act; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/
H A DInputInfo.h41 const Action* Act; variable
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp371 auto Act = std::make_unique<IncrementalSyntaxOnlyAction>(ParentCI); in codeComplete() local
H A DIncrementalParser.cpp125 std::unique_ptr<FrontendAction> Act; in IncrementalAction() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1229 std::unique_ptr<TopLevelDeclTrackerAction> Act( Parse() local
1622 FrontendAction *Act = Action; LoadFromCompilerInvocationAction() local
2175 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.cpp512 auto Act = std::make_unique<PrecompilePreambleAction>( Build() local
H A DCompilerInstance.cpp1011 ExecuteAction(FrontendAction & Act) ExecuteAction() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp620 void Sema::PragmaStack<Sema::AlignPackInfo>::Act(SourceLocation PragmaLocation, Act() function in Sema::PragmaStack::AlignPackInfo
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp193 LegalizeAction Act = (IntVT == MVT::i32) ? Promote : Legal; in initSPUActions() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp849 for (const auto &Act : C.getActions()) { UseRelaxAll() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h608 void Act(SourceLocation PragmaLocation, PragmaMsStackAction Action, Act() function