Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp170 bool AllowNestedNameSpecifiers; member in __anon3bc9fbb90111::ResultBuilder
217 Filter(Filter), AllowNestedNameSpecifiers(false), in ResultBuilder()
289 AllowNestedNameSpecifiers = Allow; in allowNestedNameSpecifiers()
797 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus && in isInterestingDecl()
4390 bool AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec() argument
4395 AllowNestedNameSpecifiers in CodeCompleteDeclSpec()
4419 if (AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec()
4435 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp3258 bool AllowNestedNameSpecifiers in ParseDeclarationSpecifiers() local
3265 AllowNestedNameSpecifiers); in ParseDeclarationSpecifiers()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h12877 bool AllowNestedNameSpecifiers);