Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTConsumers.cpp296 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
326 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
342 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
358 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
/external/clang/include/clang/Serialization/
DASTReader.h863 serialization::GlobalDeclID SemaDC; member
1117 serialization::GlobalDeclID SemaDC, in addPendingDeclContextInfo()
/external/clang/lib/AST/
DDeclBase.cpp224 void Decl::setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC, in setDeclContextsImpl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp364 DeclContext *SemaDC = ReadDeclAs<DeclContext>(Record, Idx); in VisitDecl() local
DASTReader.cpp7355 DeclContext *SemaDC = cast<DeclContext>(GetDecl(Info.SemaDC)); in finishPendingActions() local