Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.h61 const DeclContext *getDefinitiveDeclContext(const DeclContext *DC);
H A DASTCommon.cpp301 serialization::getDefinitiveDeclContext(const DeclContext *DC) { in getDefinitiveDeclContext() function in serialization
H A DASTWriter.cpp6828 assert(!getDefinitiveDeclContext(DC) && "DeclContext not definitive!"); in AddedVisibleDecl()