Home
last modified time | relevance | path

Searched refs:RemoveDecl (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp77 void IdentifierResolver::IdDeclInfo::RemoveDecl(NamedDecl *D) { in RemoveDecl() function in IdentifierResolver::IdDeclInfo
198 RemoveDecl(PrevD); in InsertDeclAfter()
220 void IdentifierResolver::RemoveDecl(NamedDecl *D) { in RemoveDecl() function in IdentifierResolver
236 return toIdDeclInfo(Ptr)->RemoveDecl(D); in RemoveDecl()
H A DSemaDeclObjC.cpp808 S->RemoveDecl(typeParam); in popObjCTypeParamList()
809 SemaRef.IdResolver.RemoveDecl(typeParam); in popObjCTypeParamList()
H A DSemaDecl.cpp1527 S->RemoveDecl(*I);
1528 IdResolver.RemoveDecl(*I);
2231 IdResolver.RemoveDecl(D); in DiagnoseUnusedButSetDecl()
2557 EnumScope->RemoveDecl(ED); in filterNonConflictingPreviousTypedefDecls()
2558 IdResolver.RemoveDecl(ED); in filterNonConflictingPreviousTypedefDecls()
H A DSemaDeclCXX.cpp12579 S->RemoveDecl(Shadow); in CheckUsingShadowDecl()
12580 IdResolver.RemoveDecl(Shadow); in CheckUsingShadowDecl()
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DIdentifierResolver.h54 void RemoveDecl(NamedDecl *D);
167 void RemoveDecl(NamedDecl *D);
H A DScope.h353 void RemoveDecl(Decl *D) { DeclsInScope.erase(D); } in getMSLastManglingNumber()
334 void RemoveDecl(Decl *D) { DeclsInScope.erase(D); } RemoveDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10288 SemaObj->IdResolver.RemoveDecl(ND); in readClause()