Searched refs:hasInvocation (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h230 bool hasInvocation() const { return Invocation != nullptr; } function in class:clang::CompilerInstance
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1448 assert(CI.hasInvocation() && "missing invocation");

Completed in 131 milliseconds