Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h3109 shadow_iterator() : Current(nullptr) { } in shadow_iterator() function
3110 explicit shadow_iterator(UsingShadowDecl *C) : Current(C) { } in shadow_iterator() function
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h3438 explicit shadow_iterator(UsingShadowDecl *C) : Current(C) {} in shadow_iterator() function