Home
last modified time | relevance | path

Searched refs:getInvocationPtr (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Interpreter/
HDCodeCompletion.cpp365 InterpCI->getInvocationPtr(), std::make_shared<PCHContainerOperations>(), in codeComplete()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDCompilerInstance.h263 std::shared_ptr<CompilerInvocation> getInvocationPtr() { return Invocation; } in getInvocationPtr() function