Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h1854 unsigned NumLookups; variable
1862 return {getTrailingObjects<DeclAccessPair>(), NumLookups}; in getUnqualifiedLookups()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp896 if (unsigned NumLookups = Record.readInt()) { in VisitFunctionDecl() local
898 for (unsigned I = 0; I != NumLookups; ++I) { in VisitFunctionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp2904 Info->NumLookups = Lookups.size(); in Create()