Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaCodeCompletion.h99 bool AllowNestedNameSpecifiers);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCodeComplete.cpp174 bool AllowNestedNameSpecifiers; member in __anonbf0892a30111::ResultBuilder
221 Filter(Filter), AllowNestedNameSpecifiers(false), in ResultBuilder()
294 AllowNestedNameSpecifiers = Allow; in allowNestedNameSpecifiers()
826 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus && in isInterestingDecl()
4514 bool AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec() argument
4519 AllowNestedNameSpecifiers in CodeCompleteDeclSpec()
4543 if (AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec()
4559 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp3730 bool AllowNestedNameSpecifiers in ParseDeclarationSpecifiers() local
3736 getCurScope(), DS, AllowNonIdentifiers, AllowNestedNameSpecifiers); in ParseDeclarationSpecifiers()