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.h994 serialization::GlobalDeclID SemaDC; member
1271 serialization::GlobalDeclID SemaDC, in addPendingDeclContextInfo()
/external/clang/lib/AST/
DDeclBase.cpp231 void Decl::setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC, in setDeclContextsImpl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp436 DeclContext *SemaDC = ReadDeclAs<DeclContext>(Record, Idx); in VisitDecl() local
DASTReader.cpp8396 DeclContext *SemaDC = cast<DeclContext>(GetDecl(Info.SemaDC)); in finishPendingActions() local