Home
last modified time | relevance | path

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

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