Searched defs:Encloses (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DDeclBase.cpp873 bool DeclContext::Encloses(const DeclContext *DC) const { function in class:DeclContext
875 return getPrimaryContext()->Encloses(DC);

Completed in 170 milliseconds