Searched refs:SemaDC (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 545 const DeclContext *SemaDC) { in handleDecl() argument 571 if (!SemaDC) in handleDecl() 572 SemaDC = D->getDeclContext(); in handleDecl() 573 getContainerInfo(SemaDC, DInfo.SemanticContainer); in handleDecl() 576 if (LexicalDC == SemaDC) { in handleDecl()
|
| H A D | CXIndexDataConsumer.h | 448 const DeclContext *SemaDC = nullptr);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclBase.cpp | 355 void Decl::setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC, in setDeclContextsImpl() argument 357 if (SemaDC == LexicalDC) { in setDeclContextsImpl() 358 DeclCtx = SemaDC; in setDeclContextsImpl() 361 MDC->SemanticDC = SemaDC; in setDeclContextsImpl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 1100 serialization::GlobalDeclID SemaDC; member 1445 serialization::GlobalDeclID SemaDC, in addPendingDeclContextInfo() argument 1448 PendingDeclContextInfo Info = { D, SemaDC, LexicalDC }; in addPendingDeclContextInfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 578 auto *SemaDC = readDeclAs<DeclContext>(); in VisitDecl() local 581 LexicalDC = SemaDC; in VisitDecl() 582 DeclContext *MergedSemaDC = Reader.MergedDeclContexts.lookup(SemaDC); in VisitDecl() 585 D->setDeclContextsImpl(MergedSemaDC ? MergedSemaDC : SemaDC, LexicalDC, in VisitDecl()
|
| H A D | ASTReader.cpp | 9242 DeclContext *SemaDC = cast<DeclContext>(GetDecl(Info.SemaDC)); in finishPendingActions() local 9244 Info.D->setDeclContextsImpl(SemaDC, LexicalDC, getContext()); in finishPendingActions()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclBase.h | 1190 void setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 3191 auto *SemaDC = OldD->getDeclContext()->getRedeclContext(); in adjustDeclContextForDeclaratorDecl() local 3192 if (NamedDC->Equals(SemaDC)) in adjustDeclContextForDeclaratorDecl() 3195 assert((NamedDC->InEnclosingNamespaceSetOf(SemaDC) || in adjustDeclContextForDeclaratorDecl() 3203 D->setDeclContext(SemaDC); in adjustDeclContextForDeclaratorDecl()
|