Home
last modified time | relevance | path

Searched refs:hasExternalDecls (Results 1 – 3 of 3) 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.cpp1883 if (!R.second && !R.first->second.hasExternalDecls()) in lookup()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4124 return Result.hasExternalDecls() && in isLookupResultExternal()