Home
last modified time | relevance | path

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

/llvm-project/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/clang/unittests/Frontend/
H A DFrontendActionTest.cpp83 auto invocation = std::make_shared<CompilerInvocation>(); TEST() local
103 auto invocation = std::make_shared<CompilerInvocation>(); TEST() local
123 auto invocation = std::make_shared<CompilerInvocation>(); TEST() local
[all...]
/llvm-project/flang/include/flang/Frontend/
H A DCompilerInstance.h46 std::shared_ptr<CompilerInvocation> invocation; global() variable
[all...]
/llvm-project/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp190 FunctionCaller *invocation = loader->GetFunctionCaller(); DoLoadImage() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp720 std::shared_ptr<clang::CompilerInvocation> invocation = in Create() local
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp963 const internal::MapAnyOfMatcher<CallExpr, CXXConstructExpr> invocation; global() variable