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 __anone44db7420111::ResultBuilder
178 AllowNestedNameSpecifiers(false), HasObjectTypeQualifiers(false), in ResultBuilder()
254 AllowNestedNameSpecifiers = Allow; in allowNestedNameSpecifiers()
539 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus && in isInterestingDecl()
3306 bool AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec() argument
3310 AllowNestedNameSpecifiers in CodeCompleteDeclSpec()
3327 if (AllowNestedNameSpecifiers) { in CodeCompleteDeclSpec()
3342 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/external/clang/lib/Parse/
DParseDecl.cpp2496 bool AllowNestedNameSpecifiers in ParseDeclarationSpecifiers() local
2502 AllowNestedNameSpecifiers); in ParseDeclarationSpecifiers()
/external/clang/include/clang/Sema/
DSema.h8082 bool AllowNestedNameSpecifiers);