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

/external/clang/lib/Serialization/
H A DASTCommon.h72 const DeclContext *getDefinitiveDeclContext(const DeclContext *DC);
H A DASTCommon.cpp92 serialization::getDefinitiveDeclContext(const DeclContext *DC) { function in class:serialization
H A DASTReader.cpp5763 if (const DeclContext *DefDC = getDefinitiveDeclContext(DC))
H A DASTWriter.cpp5223 assert(!getDefinitiveDeclContext(DC) && "DeclContext not definitive!");

Completed in 132 milliseconds