Home
last modified time | relevance | path

Searched defs:StructuralEquivalenceContext (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DASTImporter.cpp292 struct StructuralEquivalenceContext { struct
294 ASTContext &C1, &C2;
299 llvm::DenseMap<Decl *, Decl *> TentativeEquivalences;
303 std::deque<Decl *> DeclsToCheck;
307 llvm::DenseSet<std::pair<Decl *, Decl *> > &NonEquivalentDecls;
311 bool StrictTypeSpelling;
314 bool Complain;
317 bool LastDiagFromC2;
319 StructuralEquivalenceContext(ASTContext &C1, ASTContext &C2, in StructuralEquivalenceContext() argument
341 DiagnosticBuilder Diag1(SourceLocation Loc, unsigned DiagID) { in Diag1()
[all …]