Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp366 InterpCI->getInvocationPtr(), std::make_shared<PCHContainerOperations>(), in codeComplete()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h258 std::shared_ptr<CompilerInvocation> getInvocationPtr() { return Invocation; } in getInvocationPtr() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1500 if (Invocation != CI.getInvocationPtr()) { in transferASTDataFromCompilerInstance()
1502 ModifiedInvocation = CI.getInvocationPtr(); in transferASTDataFromCompilerInstance()