Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h140 bool hasExternalDecls() const { in hasExternalDecls() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1819 if (!R.second && !R.first->second.hasExternalDecls()) in lookup()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3935 return Result.hasExternalDecls() && in isLookupResultExternal()