Searched refs:LexicalDC (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTImporter.cpp | 83 DeclContext *&LexicalDC, DeclarationName &Name, 1883 DeclContext *&LexicalDC, in ImportDeclParts() argument 1892 LexicalDC = DC; in ImportDeclParts() 1894 LexicalDC = Importer.ImportContext(D->getLexicalDeclContext()); in ImportDeclParts() 1895 if (!LexicalDC) in ImportDeclParts() 2315 DeclContext *DC, *LexicalDC; in VisitNamespaceDecl() local 2319 if (ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc)) in VisitNamespaceDecl() 2365 ToNamespace->setLexicalDeclContext(LexicalDC); in VisitNamespaceDecl() 2366 LexicalDC->addDeclInternal(ToNamespace); in VisitNamespaceDecl() 2386 DeclContext *DC, *LexicalDC; in VisitTypedefNameDecl() local [all …]
|
| HD | DeclBase.cpp | 237 getMultipleDC()->LexicalDC = DC; in setLexicalDeclContext() 242 void Decl::setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC, in setDeclContextsImpl() argument 244 if (SemaDC == LexicalDC) { in setDeclContextsImpl() 249 MDC->LexicalDC = LexicalDC; in setDeclContextsImpl()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | ASTConsumers.cpp | 305 const DeclContext* LexicalDC = D->getLexicalDeclContext(); in PrintDeclContext() local 306 if (SemaDC != LexicalDC) in PrintDeclContext() 335 const DeclContext* LexicalDC = D->getLexicalDeclContext(); in PrintDeclContext() local 336 if (SemaDC != LexicalDC) in PrintDeclContext() 351 const DeclContext* LexicalDC = D->getLexicalDeclContext(); in PrintDeclContext() local 352 if (SemaDC != LexicalDC) in PrintDeclContext() 367 const DeclContext* LexicalDC = D->getLexicalDeclContext(); in PrintDeclContext() local 368 if (SemaDC != LexicalDC) in PrintDeclContext()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclBase.h | 215 DeclContext *LexicalDC; member 700 return getMultipleDC()->LexicalDC; in getLexicalDeclContext() 998 void setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC,
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/ |
| HD | ASTReader.h | 941 serialization::GlobalDeclID LexicalDC; member 1238 serialization::GlobalDeclID LexicalDC) { in addPendingDeclContextInfo() argument 1240 PendingDeclContextInfo Info = { D, SemaDC, LexicalDC }; in addPendingDeclContextInfo()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaLambda.cpp | 295 if (const DeclContext *LexicalDC in getCurrentMangleNumberContext() local 297 if (LexicalDC->isRecord()) in getCurrentMangleNumberContext()
|
| HD | SemaTemplateInstantiateDecl.cpp | 1428 DeclContext *LexicalDC = Owner; in VisitFunctionDecl() local 1431 LexicalDC = D->getDeclContext(); in VisitFunctionDecl() 1434 Function->setLexicalDeclContext(LexicalDC); in VisitFunctionDecl() 1464 FunctionTemplate->setLexicalDeclContext(LexicalDC); in VisitFunctionDecl()
|
| HD | SemaCodeComplete.cpp | 714 const DeclContext *LexicalDC = ND->getLexicalDeclContext(); in getBasePriority() local 715 if (LexicalDC->isFunctionOrMethod()) { in getBasePriority()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderDecl.cpp | 508 DeclContext *LexicalDC = ReadDeclAs<DeclContext>(Record, Idx); in VisitDecl() local 512 D->setDeclContextsImpl(MergedSemaDC ? MergedSemaDC : SemaDC, LexicalDC, in VisitDecl()
|
| HD | ASTReader.cpp | 8168 DeclContext *LexicalDC = cast<DeclContext>(GetDecl(Info.LexicalDC)); in finishPendingActions() local 8169 Info.D->setDeclContextsImpl(SemaDC, LexicalDC, getContext()); in finishPendingActions()
|