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

/external/clang/include/clang/Frontend/
H A DCompilerInstance.h201 bool hasInvocation() const { return Invocation != nullptr; } function in class:clang::CompilerInstance
/external/clang/lib/Frontend/
H A DASTUnit.cpp1689 assert(CI.hasInvocation() && "missing invocation");

Completed in 221 milliseconds