Home
last modified time | relevance | path

Searched refs:AllowNestedNameSpecifiers (Results 1 – 3 of 3) 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/clang/lib/Parse/
DParseDecl.cpp2755 bool AllowNestedNameSpecifiers in ParseDeclarationSpecifiers() local
2761 AllowNestedNameSpecifiers); in ParseDeclarationSpecifiers()
/external/clang/include/clang/Sema/
DSema.h9223 bool AllowNestedNameSpecifiers);