Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3441 bool getShadowFlag() const { return FirstUsingShadow.getInt(); } in getShadowFlag() function
3568 bool hasTypename() const { return getShadowFlag(); } in hasTypename()