Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp6645 const auto typeShouldBeVisited = [&](QualType T) -> bool { in visitDeclRef() local
6652 typeShouldBeVisited(VD->getType())) { in visitDeclRef()
6671 if (VD->isLocalVarDecl() && typeShouldBeVisited(VD->getType()) && in visitDeclRef()