Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp166 bool AllowNestedNameSpecifiers; member in __anon166de13d0111::ResultBuilder
213 Filter(Filter), AllowNestedNameSpecifiers(false), in ResultBuilder()
285 AllowNestedNameSpecifiers = Allow; in allowNestedNameSpecifiers()
796 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus && in isInterestingDecl()
4271 bool AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec() argument
4276 AllowNestedNameSpecifiers in CodeCompleteDeclSpec()
4300 if (AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec()
4316 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3138 bool AllowNestedNameSpecifiers in ParseDeclarationSpecifiers() local
3145 AllowNestedNameSpecifiers); in ParseDeclarationSpecifiers()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12358 bool AllowNestedNameSpecifiers);