Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp137 bool AllowNestedNameSpecifiers; member in __anonec48ab7c0111::ResultBuilder
178 AllowNestedNameSpecifiers(false), HasObjectTypeQualifiers(false), in ResultBuilder()
254 AllowNestedNameSpecifiers = Allow; in allowNestedNameSpecifiers()
539 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus && in isInterestingDecl()
3307 bool AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec() argument
3311 AllowNestedNameSpecifiers in CodeCompleteDeclSpec()
3328 if (AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec()
3343 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp2620 bool AllowNestedNameSpecifiers in ParseDeclarationSpecifiers() local
2626 AllowNestedNameSpecifiers); in ParseDeclarationSpecifiers()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h8388 bool AllowNestedNameSpecifiers);