Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h1949 unsigned NumLookups; variable
1957 return {getTrailingObjects<DeclAccessPair>(), NumLookups}; in getUnqualifiedLookups()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1072 if (unsigned NumLookups = Record.readInt()) { in VisitFunctionDecl() local
1074 for (unsigned I = 0; I != NumLookups; ++I) { in VisitFunctionDecl()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp3027 Info->NumLookups = Lookups.size(); in Create()