Home
last modified time | relevance | path

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

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