Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp142 bool AllowNestedNameSpecifiers; member in __anonc8a3b6180111::ResultBuilder
182 Filter(Filter), AllowNestedNameSpecifiers(false), in ResultBuilder()
253 AllowNestedNameSpecifiers = Allow; in allowNestedNameSpecifiers()
551 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus && in isInterestingDecl()
3792 bool AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec() argument
3797 AllowNestedNameSpecifiers in CodeCompleteDeclSpec()
3821 if (AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec()
3837 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp3004 bool AllowNestedNameSpecifiers in ParseDeclarationSpecifiers() local
3010 AllowNestedNameSpecifiers); in ParseDeclarationSpecifiers()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h10339 bool AllowNestedNameSpecifiers);