Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp171 bool AllowNestedNameSpecifiers; member in __anonc4c61bbf0111::ResultBuilder
218 Filter(Filter), AllowNestedNameSpecifiers(false), in ResultBuilder()
291 AllowNestedNameSpecifiers = Allow; in allowNestedNameSpecifiers()
819 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus && in isInterestingDecl()
4506 bool AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec() argument
4511 AllowNestedNameSpecifiers in CodeCompleteDeclSpec()
4535 if (AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec()
4551 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3461 bool AllowNestedNameSpecifiers in ParseDeclarationSpecifiers() local
3468 AllowNestedNameSpecifiers); in ParseDeclarationSpecifiers()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13678 bool AllowNestedNameSpecifiers);