Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp137 bool AllowNestedNameSpecifiers; member in __anonaebf90eb0111::ResultBuilder
178 AllowNestedNameSpecifiers(false), HasObjectTypeQualifiers(false), in ResultBuilder()
254 AllowNestedNameSpecifiers = Allow; in allowNestedNameSpecifiers()
538 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus && in isInterestingDecl()
3413 bool AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec() argument
3417 AllowNestedNameSpecifiers in CodeCompleteDeclSpec()
3434 if (AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec()
3449 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/external/clang/lib/Parse/
DParseDecl.cpp2700 bool AllowNestedNameSpecifiers in ParseDeclarationSpecifiers() local
2706 AllowNestedNameSpecifiers); in ParseDeclarationSpecifiers()
/external/clang/include/clang/Sema/
DSema.h8842 bool AllowNestedNameSpecifiers);