Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h274 bool isInSemaDC() const { return isa<DeclContext *>(DeclCtx); } in isInSemaDC() function
452 if (isInSemaDC()) in getDeclContext()
916 if (isInSemaDC()) in getLexicalDeclContext()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp372 if (isInSemaDC()) { in setLexicalDeclContext()