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.h99 bool AllowNestedNameSpecifiers);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp174 bool AllowNestedNameSpecifiers; member in __anone047e0890111::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/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3730 bool AllowNestedNameSpecifiers in ParseDeclarationSpecifiers() local
3736 getCurScope(), DS, AllowNonIdentifiers, AllowNestedNameSpecifiers); in ParseDeclarationSpecifiers()