Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h226 bool hasInvocation() const { return Invocation != nullptr; } in hasInvocation() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1438 assert(CI.hasInvocation() && "missing invocation"); in transferASTDataFromCompilerInstance()