Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Serialization/
DASTReader.h1119 serialization::GlobalDeclID SemaDC; member
1495 serialization::GlobalDeclID SemaDC, in addPendingDeclContextInfo()
/openbsd/src/gnu/llvm/clang/tools/libclang/
DCXIndexDataConsumer.cpp552 const DeclContext *SemaDC) { in handleDecl()
/openbsd/src/gnu/llvm/clang/lib/AST/
DDeclBase.cpp364 void Decl::setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC, in setDeclContextsImpl()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReaderDecl.cpp587 auto *SemaDC = readDeclAs<DeclContext>(); in VisitDecl() local
DASTReader.cpp9344 DeclContext *SemaDC = cast<DeclContext>(GetDecl(Info.SemaDC)); in finishPendingActions() local
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDecl.cpp3583 auto *SemaDC = OldD->getDeclContext()->getRedeclContext(); in adjustDeclContextForDeclaratorDecl() local