Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp194 struct StructuralEquivalenceContext { struct
196 ASTContext &C1, &C2;
201 llvm::DenseMap<Decl *, Decl *> TentativeEquivalences;
205 std::deque<Decl *> DeclsToCheck;
209 llvm::DenseSet<std::pair<Decl *, Decl *> > &NonEquivalentDecls;
213 bool StrictTypeSpelling;
216 bool Complain;
219 bool LastDiagFromC2;
221 StructuralEquivalenceContext(ASTContext &C1, ASTContext &C2, in StructuralEquivalenceContext() argument
243 DiagnosticBuilder Diag1(SourceLocation Loc, unsigned DiagID) { in Diag1()
[all …]