HomeSort by: relevance | last modified time | path
    Searched refs:hasPendingBody (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 94 bool HasPendingBody = false;
305 bool hasPendingBody() const { return HasPendingBody; }
522 HasPendingBody = true;
1040 HasPendingBody = true;
4113 InterestingDecl(D, Reader.hasPendingBody()));
4138 if (isConsumerInterestedIn(getContext(), D.getDecl(), D.hasPendingBody()))
4196 isConsumerInterestedIn(getContext(), D, Reader.hasPendingBody())) {
4198 InterestingDecl(D, Reader.hasPendingBody()));
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 1070 bool hasPendingBody() { return DeclHasPendingBody; }

Completed in 64 milliseconds