Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclBase.h1313 mutable uint64_t HasLazyLocalLexicalLookups : 1; variable
2418 return DeclContextBits.HasLazyLocalLexicalLookups; in hasLazyLocalLexicalLookups()
2424 DeclContextBits.HasLazyLocalLexicalLookups = HasLLLL;