Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTConsumers.cpp292 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
322 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
338 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
354 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
/external/clang/include/clang/Serialization/
DASTReader.h835 serialization::GlobalDeclID SemaDC; member
1089 serialization::GlobalDeclID SemaDC, in addPendingDeclContextInfo()
/external/clang/lib/AST/
DDeclBase.cpp223 void Decl::setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC, in setDeclContextsImpl()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp346 DeclContext *SemaDC = ReadDeclAs<DeclContext>(Record, Idx); in VisitDecl() local
DASTReader.cpp7033 DeclContext *SemaDC = cast<DeclContext>(GetDecl(Info.SemaDC)); in finishPendingActions() local