Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDecl.h1834 unsigned NumLookups; variable
1842 return {getTrailingObjects<DeclAccessPair>(), NumLookups}; in getUnqualifiedLookups()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp896 if (unsigned NumLookups = Record.readInt()) { in VisitFunctionDecl() local
898 for (unsigned I = 0; I != NumLookups; ++I) { in VisitFunctionDecl()
/external/llvm-project/clang/lib/AST/
DDecl.cpp2871 Info->NumLookups = Lookups.size(); in Create()