Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp171 bool AllowNestedNameSpecifiers; member in __anon4b9354e00111::ResultBuilder
218 Filter(Filter), AllowNestedNameSpecifiers(false), in ResultBuilder()
290 AllowNestedNameSpecifiers = Allow; in allowNestedNameSpecifiers()
798 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus && in isInterestingDecl()
4425 bool AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec() argument
4430 AllowNestedNameSpecifiers in CodeCompleteDeclSpec()
4454 if (AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec()
4470 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp3309 bool AllowNestedNameSpecifiers in ParseDeclarationSpecifiers() local
3316 AllowNestedNameSpecifiers); in ParseDeclarationSpecifiers()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13250 bool AllowNestedNameSpecifiers);