Home
last modified time | relevance | path

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

/external/google-cloud-java/java-grafeas/src/main/java/io/grafeas/v1/
DSlsaProvenanceZeroTwoOrBuilder.java60 boolean hasInvocation(); in hasInvocation() method
DSlsaProvenanceZeroTwo.java5538 public boolean hasInvocation() { in hasInvocation() method in SlsaProvenanceZeroTwo
5727 if (hasInvocation() != other.hasInvocation()) return false; in equals()
5728 if (hasInvocation()) { in equals()
5757 if (hasInvocation()) { in hashCode()
6058 if (other.hasInvocation()) { in mergeFrom()
6386 public boolean hasInvocation() { in hasInvocation() method in SlsaProvenanceZeroTwo.Builder
/external/clang/include/clang/Frontend/
DCompilerInstance.h225 bool hasInvocation() const { return Invocation != nullptr; } in hasInvocation() function
/external/clang/lib/Frontend/
DASTUnit.cpp1666 assert(CI.hasInvocation() && "missing invocation"); in transferASTDataFromCompilerInstance()