Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp166 bool AllowNestedNameSpecifiers; member in __anon4254e5140111::ResultBuilder
213 Filter(Filter), AllowNestedNameSpecifiers(false), in ResultBuilder()
285 AllowNestedNameSpecifiers = Allow; in allowNestedNameSpecifiers()
796 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus && in isInterestingDecl()
4268 bool AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec() argument
4273 AllowNestedNameSpecifiers in CodeCompleteDeclSpec()
4297 if (AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec()
4313 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp3131 bool AllowNestedNameSpecifiers in ParseDeclarationSpecifiers() local
3138 AllowNestedNameSpecifiers); in ParseDeclarationSpecifiers()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12257 bool AllowNestedNameSpecifiers);