Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h152 bool hasExternalDecls() const { in hasExternalDecls() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1936 if (!R.second && !R.first->second.hasExternalDecls()) in lookupImpl()