Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1989 unsigned NumLookups; variable
1997 return {getTrailingObjects<DeclAccessPair>(), NumLookups}; in getUnqualifiedLookups()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1113 if (unsigned NumLookups = Record.readInt()) { in VisitFunctionDecl() local
1115 for (unsigned I = 0; I != NumLookups; ++I) { in VisitFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3092 Info->NumLookups = Lookups.size(); in Create()