Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.h85 const DeclContext *getDefinitiveDeclContext(const DeclContext *DC);
H A DASTCommon.cpp285 serialization::getDefinitiveDeclContext(const DeclContext *DC) { in getDefinitiveDeclContext() function in serialization
H A DASTWriter.cpp5743 assert(!getDefinitiveDeclContext(DC) && "DeclContext not definitive!"); in AddedVisibleDecl()