Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1880 unsigned NumLookups; variable
1888 return {getTrailingObjects<DeclAccessPair>(), NumLookups}; in getUnqualifiedLookups()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp898 if (unsigned NumLookups = Record.readInt()) { in VisitFunctionDecl() local
900 for (unsigned I = 0; I != NumLookups; ++I) { in VisitFunctionDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2897 Info->NumLookups = Lookups.size(); in Create()