Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1312 mutable uint64_t UseQualifiedLookup : 1; variable
2344 bool old_value = DeclContextBits.UseQualifiedLookup;
2345 DeclContextBits.UseQualifiedLookup = use;
2350 return DeclContextBits.UseQualifiedLookup; in shouldUseQualifiedLookup()