Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTConsumers.cpp304 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
334 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
350 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
366 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
/external/clang/include/clang/Serialization/
DASTReader.h961 serialization::GlobalDeclID SemaDC; member
1259 serialization::GlobalDeclID SemaDC, in addPendingDeclContextInfo()
/external/clang/lib/AST/
DDeclBase.cpp257 void Decl::setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC, in setDeclContextsImpl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp486 DeclContext *SemaDC = ReadDeclAs<DeclContext>(Record, Idx); in VisitDecl() local
DASTReader.cpp8317 DeclContext *SemaDC = cast<DeclContext>(GetDecl(Info.SemaDC)); in finishPendingActions() local