Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h229 bool hasInvocation() const { return Invocation != nullptr; } in hasInvocation() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp1464 assert(CI.hasInvocation() && "missing invocation"); in transferASTDataFromCompilerInstance()