Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclBase.h1322 mutable uint64_t UseQualifiedLookup : 1; variable
2381 bool old_value = DeclContextBits.UseQualifiedLookup;
2382 DeclContextBits.UseQualifiedLookup = use;
2387 return DeclContextBits.UseQualifiedLookup; in shouldUseQualifiedLookup()