OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveDecl
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
IdentifierResolver.h
52
///
RemoveDecl
- Remove the decl from the scope chain.
54
void
RemoveDecl
(NamedDecl *D);
161
///
RemoveDecl
- Unlink the decl from its shadowed decl chain.
163
void
RemoveDecl
(NamedDecl *D);
Scope.h
310
void
RemoveDecl
(Decl *D) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
IdentifierResolver.cpp
72
///
RemoveDecl
- Remove the decl from the scope chain.
74
void IdentifierResolver::IdDeclInfo::
RemoveDecl
(NamedDecl *D) {
187
RemoveDecl
(PrevD);
207
///
RemoveDecl
- Unlink the decl from its shadowed decl chain.
209
void IdentifierResolver::
RemoveDecl
(NamedDecl *D) {
225
return toIdDeclInfo(Ptr)->
RemoveDecl
(D);
SemaDeclObjC.cpp
808
S->
RemoveDecl
(typeParam);
809
IdResolver.
RemoveDecl
(typeParam);
SemaDecl.cpp
1492
S->
RemoveDecl
(*I);
1493
IdResolver.
RemoveDecl
(*I);
1951
IdResolver.
RemoveDecl
(D);
2323
EnumScope->
RemoveDecl
(ED);
2324
IdResolver.
RemoveDecl
(ED);
2325
ED->getLexicalDeclContext()->
removeDecl
(ED);
9403
TagDC->
removeDecl
(TD);
SemaDeclCXX.cpp
11880
Shadow->getDeclContext()->
removeDecl
(Shadow);
11884
S->
RemoveDecl
(Shadow);
11885
IdResolver.
RemoveDecl
(Shadow);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
11597
SemaObj->IdResolver.
RemoveDecl
(ND);
Completed in 58 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026