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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTStructuralEquivalence.h 47 std::queue<std::pair<Decl *, Decl *>> DeclsToCheck;
50 // (are in or were once in \c DeclsToCheck) of a starting Decl pair.
89 /// will wreak havoc the internal state (\c DeclsToCheck and
96 /// will wreak havoc the internal state (\c DeclsToCheck and
103 /// will wreak havoc the internal state (\c DeclsToCheck and
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTStructuralEquivalence.cpp 34 // this is the `DeclsToCheck` member. `VisitedDecls` plays the role of the
1875 // If yes D1 and D2 will be checked later (from DeclsToCheck),
1881 Context.DeclsToCheck.push(P);
1997 // because that will wreak havoc the internal state (DeclsToCheck and
2003 assert(DeclsToCheck.empty());
2013 assert(DeclsToCheck.empty());
2022 assert(DeclsToCheck.empty());
2065 while (!DeclsToCheck.empty()) {
2067 std::pair<Decl *, Decl *> P = DeclsToCheck.front();
2068 DeclsToCheck.pop()
    [all...]

Completed in 16 milliseconds