Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1303 mutable uint64_t HasLazyLocalLexicalLookups : 1; variable
2381 return DeclContextBits.HasLazyLocalLexicalLookups; in hasLazyLocalLexicalLookups()
2387 DeclContextBits.HasLazyLocalLexicalLookups = HasLLLL;