Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTConsumers.cpp303 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
332 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
348 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
364 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
/external/clang/include/clang/Serialization/
DASTReader.h963 serialization::GlobalDeclID SemaDC; member
1261 serialization::GlobalDeclID SemaDC, in addPendingDeclContextInfo()
/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1096 serialization::GlobalDeclID SemaDC; member
1439 serialization::GlobalDeclID SemaDC, in addPendingDeclContextInfo()
/external/clang/lib/AST/
DDeclBase.cpp269 void Decl::setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC, in setDeclContextsImpl()
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp545 const DeclContext *SemaDC) { in handleDecl()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp533 const DeclContext *SemaDC) { in handleDecl()
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp355 void Decl::setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC, in setDeclContextsImpl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp517 DeclContext *SemaDC = ReadDeclAs<DeclContext>(Record, Idx); in VisitDecl() local
DASTReader.cpp8373 DeclContext *SemaDC = cast<DeclContext>(GetDecl(Info.SemaDC)); in finishPendingActions() local
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp578 auto *SemaDC = readDeclAs<DeclContext>(); in VisitDecl() local
DASTReader.cpp9379 DeclContext *SemaDC = cast<DeclContext>(GetDecl(Info.SemaDC)); in finishPendingActions() local
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp3178 auto *SemaDC = OldD->getDeclContext()->getRedeclContext(); in adjustDeclContextForDeclaratorDecl() local