Home
last modified time | relevance | path

Searched refs:isInSemaDC (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h273 bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); } in isInSemaDC() function
454 if (isInSemaDC()) in getDeclContext()
919 if (isInSemaDC()) in getLexicalDeclContext()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp344 if (isInSemaDC()) { in setLexicalDeclContext()