Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h247 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); } in isInSemaDC() function
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h270 bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); } in isInSemaDC() function