Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp193 struct StructuralEquivalenceContext { struct
195 ASTContext &C1, &C2;
200 llvm::DenseMap<Decl *, Decl *> TentativeEquivalences;
204 std::deque<Decl *> DeclsToCheck;
208 llvm::DenseSet<std::pair<Decl *, Decl *> > &NonEquivalentDecls;
212 bool StrictTypeSpelling;
215 bool Complain;
218 bool LastDiagFromC2;
220 StructuralEquivalenceContext(ASTContext &C1, ASTContext &C2, in StructuralEquivalenceContext() function
242 DiagnosticBuilder Diag1(SourceLocation Loc, unsigned DiagID) { in Diag1()
[all …]