Home
last modified time | relevance | path

Searched defs:invocation (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dextract_interface.cc220 static void create_from_args(CompilerInvocation &invocation, in create_from_args()
231 static void create_from_args(CompilerInvocation &invocation, in create_from_args()
285 CompilerInvocation *invocation = new CompilerInvocation; in construct_invocation() local
449 CompilerInvocation *invocation) in set_invocation()
457 CompilerInvocation *invocation) in set_invocation()
545 CompilerInvocation *invocation = in main() local
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DFrontendActionTest.cpp83 auto invocation = std::make_shared<CompilerInvocation>(); in TEST() local
103 auto invocation = std::make_shared<CompilerInvocation>(); in TEST() local
123 auto invocation = std::make_shared<CompilerInvocation>(); in TEST() local
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInstance.h45 std::shared_ptr<CompilerInvocation> invocation; variable
/llvm-project-15.0.7/mlir/lib/Conversion/LinalgToSPIRV/
H A DLinalgToSPIRV.cpp31 Value invocation = spirv::getBuiltinVariableValue( in getLocalInvocationDimSize() local
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp189 FunctionCaller *invocation = loader->GetFunctionCaller(); in DoLoadImage() local
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp668 std::shared_ptr<clang::CompilerInvocation> invocation = in Create() local
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp952 const internal::MapAnyOfMatcher<CallExpr, CXXConstructExpr> invocation; variable