Lines Matching +full:2 +full:nd
34 // Example 2:
52 using DeclList = llvm::SmallSetVector<NamedDecl *, 2>;
56 void add(DeclContext *DC, NamedDecl *ND);
57 void remove(DeclContext *DC, NamedDecl *ND);
63 void add(NamedDecl *ND);
64 void remove(NamedDecl *ND);
76 void update(NamedDecl *ND, DeclContext *OldDC);
77 // Same as 'update' but allow if 'ND' is not in the table or the old context
80 void updateForced(NamedDecl *ND, DeclContext *OldDC);
83 // Check if the `ND` is within the lookup table (with its current name) in
86 bool contains(DeclContext *DC, NamedDecl *ND) const;