Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp136 bool AllowNestedNameSpecifiers; member in __anonaebf90eb0111::ResultBuilder
177 AllowNestedNameSpecifiers(false), HasObjectTypeQualifiers(false), in ResultBuilder()
253 AllowNestedNameSpecifiers = Allow; in allowNestedNameSpecifiers()
555 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus && in isInterestingDecl()
3426 bool AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec() argument
3430 AllowNestedNameSpecifiers in CodeCompleteDeclSpec()
3447 if (AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec()
3462 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp166 bool AllowNestedNameSpecifiers; member in __anon2f121f790111::ResultBuilder
213 Filter(Filter), AllowNestedNameSpecifiers(false), in ResultBuilder()
285 AllowNestedNameSpecifiers = Allow; in allowNestedNameSpecifiers()
767 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus && in isInterestingDecl()
4214 bool AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec() argument
4219 AllowNestedNameSpecifiers in CodeCompleteDeclSpec()
4243 if (AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec()
4259 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/external/clang/lib/Parse/
DParseDecl.cpp2755 bool AllowNestedNameSpecifiers in ParseDeclarationSpecifiers() local
2761 AllowNestedNameSpecifiers); in ParseDeclarationSpecifiers()
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp3071 bool AllowNestedNameSpecifiers in ParseDeclarationSpecifiers() local
3077 AllowNestedNameSpecifiers); in ParseDeclarationSpecifiers()
/external/clang/include/clang/Sema/
DSema.h9223 bool AllowNestedNameSpecifiers);
/external/llvm-project/clang/include/clang/Sema/
DSema.h12040 bool AllowNestedNameSpecifiers);