Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1444 bool DeclContext::LexicallyEncloses(const DeclContext *DC) const { in LexicallyEncloses() function in DeclContext
1446 return getPrimaryContext()->LexicallyEncloses(DC); in LexicallyEncloses()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2252 bool LexicallyEncloses(const DeclContext *DC) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp15287 if (!TD->getLexicalParent()->LexicallyEncloses(D->getLexicalDeclContext())) { in warnOnCTypeHiddenInCPlusPlus()