Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h101 bool AllowNestedNameSpecifiers);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp173 bool AllowNestedNameSpecifiers; member in __anone047e0890111::ResultBuilder
220 Filter(Filter), AllowNestedNameSpecifiers(false), in ResultBuilder()
293 AllowNestedNameSpecifiers = Allow; in allowNestedNameSpecifiers()
826 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus && in isInterestingDecl()
4677 bool AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec() argument
4682 AllowNestedNameSpecifiers in CodeCompleteDeclSpec()
4706 if (AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec()
4722 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3512 bool AllowNestedNameSpecifiers in ParseDeclarationSpecifiers() local
3518 getCurScope(), DS, AllowNonIdentifiers, AllowNestedNameSpecifiers); in ParseDeclarationSpecifiers()