Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTStructuralEquivalence.h53 std::deque<Decl *> DeclsToCheck; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1423 Context.DeclsToCheck.push_back(D1->getCanonicalDecl()); in IsStructurallyEquivalent()
1496 assert(DeclsToCheck.empty()); in IsEquivalent()
1506 assert(DeclsToCheck.empty()); in IsEquivalent()
1650 while (!DeclsToCheck.empty()) { in Finish()
1652 Decl *D1 = DeclsToCheck.front(); in Finish()
1653 DeclsToCheck.pop_front(); in Finish()