Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h235 bool hasInvocation() const { return Invocation != nullptr; } in hasInvocation() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1473 assert(CI.hasInvocation() && "missing invocation"); in transferASTDataFromCompilerInstance()