Home
last modified time | relevance | path

Searched defs:SemaDC (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1136 GlobalDeclID SemaDC; member
1515 void addPendingDeclContextInfo(Decl *D, GlobalDeclID SemaDC, in addPendingDeclContextInfo()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp386 void Decl::setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC, in setDeclContextsImpl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp612 auto *SemaDC = readDeclAs<DeclContext>(); in VisitDecl() local
H A DASTReader.cpp9752 DeclContext *SemaDC = cast<DeclContext>(GetDecl(Info.SemaDC)); in finishPendingActions() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3512 auto *SemaDC = OldD->getDeclContext()->getRedeclContext(); in adjustDeclContextForDeclaratorDecl() local