Home
last modified time | relevance | path

Searched refs:getDefinitiveDeclContext (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Serialization/
DASTCommon.h78 const DeclContext *getDefinitiveDeclContext(const DeclContext *DC);
DASTCommon.cpp92 serialization::getDefinitiveDeclContext(const DeclContext *DC) { in getDefinitiveDeclContext() function in serialization
DASTWriter.cpp5516 assert(!getDefinitiveDeclContext(DC) && "DeclContext not definitive!"); in AddedVisibleDecl()
DASTReader.cpp6421 if (const DeclContext *DefDC = getDefinitiveDeclContext(DC)) in getDefinitiveModuleFileFor()