Home
last modified time | relevance | path

Searched refs:AddDeclRef (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Serialization/
DASTWriterDecl.cpp155 Record.AddDeclRef(typeParam); in AddObjCTypeParamList()
174 Record.AddDeclRef(F.second); in AddFirstDeclFromEachModule()
283 Record.AddDeclRef(cast_or_null<Decl>(D->getDeclContext())); in VisitDecl()
285 Record.AddDeclRef(cast_or_null<Decl>(D->getLexicalDeclContext())); in VisitDecl()
388 Record.AddDeclRef(D->getDescribedAliasTemplate()); in VisitTypeAliasDecl()
409 Record.AddDeclRef(TD); in VisitTagDecl()
428 Record.AddDeclRef(MemberInfo->getInstantiatedFrom()); in VisitEnumDecl()
432 Record.AddDeclRef(nullptr); in VisitEnumDecl()
539 Record.AddDeclRef(D->getDescribedFunctionTemplate()); in VisitFunctionDecl()
543 Record.AddDeclRef(MemberInfo->getInstantiatedFrom()); in VisitFunctionDecl()
[all …]
DASTWriterStmt.cpp114 Record.AddDeclRef(S->getDecl()); in VisitLabelStmt()
133 Record.AddDeclRef(S->getConditionVariable()); in VisitIfStmt()
145 Record.AddDeclRef(S->getConditionVariable()); in VisitSwitchStmt()
158 Record.AddDeclRef(S->getConditionVariable()); in VisitWhileStmt()
179 Record.AddDeclRef(S->getConditionVariable()); in VisitForStmt()
190 Record.AddDeclRef(S->getLabel()); in VisitGotoStmt()
220 Record.AddDeclRef(S->getNRVOCandidate()); in VisitReturnStmt()
230 Record.AddDeclRef(*D); in VisitDeclStmt()
329 Record.AddDeclRef(S->getCapturedDecl()); in VisitCapturedStmt()
332 Record.AddDeclRef(S->getCapturedRecordDecl()); in VisitCapturedStmt()
[all …]
DASTWriter.cpp245 Record.AddDeclRef(T->getExceptionSpecDecl()); in addExceptionSpec()
246 Record.AddDeclRef(T->getExceptionSpecTemplate()); in addExceptionSpec()
248 Record.AddDeclRef(T->getExceptionSpecDecl()); in addExceptionSpec()
279 Record.AddDeclRef(T->getDecl()); in VisitUnresolvedUsingType()
284 Record.AddDeclRef(T->getDecl()); in VisitTypedefType()
323 Record.AddDeclRef(T->getDecl()->getCanonicalDecl()); in VisitTagType()
396 Record.AddDeclRef(T->getDecl()); in VisitTemplateTypeParmType()
444 Record.AddDeclRef(T->getDecl()->getCanonicalDecl()); in VisitInjectedClassNameType()
450 Record.AddDeclRef(T->getDecl()->getCanonicalDecl()); in VisitObjCInterfaceType()
461 Record.AddDeclRef(I); in VisitObjCObjectType()
[all …]
/external/clang/include/clang/Serialization/
DASTWriter.h580 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
851 void AddDeclRef(const Decl *D) { in AddDeclRef() function
852 return Writer->AddDeclRef(D, *Record); in AddDeclRef()