Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h270 bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); } in isInSemaDC() function
440 if (isInSemaDC()) in getDeclContext()
844 if (isInSemaDC()) in getLexicalDeclContext()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp335 if (isInSemaDC()) { in setLexicalDeclContext()