Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTConsumers.cpp220 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
250 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
266 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
282 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext() local
/external/clang/lib/Serialization/
DASTReaderDecl.cpp328 DeclContext *SemaDC = cast<DeclContext>( in Visit() local
346 DeclContext *SemaDC = ReadDeclAs<DeclContext>(Record, Idx); in VisitDecl() local
/external/clang/lib/AST/
DDeclBase.cpp210 void Decl::setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC, in setDeclContextsImpl()