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

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp137 bool AllowNestedNameSpecifiers; member in class:__anon18020::ResultBuilder
178 AllowNestedNameSpecifiers(false), HasObjectTypeQualifiers(false),
254 AllowNestedNameSpecifiers = Allow;
539 if (AllowNestedNameSpecifiers && SemaRef.getLangOpts().CPlusPlus &&
3306 bool AllowNestedNameSpecifiers) {
3310 AllowNestedNameSpecifiers
3327 if (AllowNestedNameSpecifiers) {
3342 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers &&
3304 CodeCompleteDeclSpec(Scope *S, DeclSpec &DS, bool AllowNonIdentifiers, bool AllowNestedNameSpecifiers) argument
/external/clang/lib/Parse/
H A DParseDecl.cpp2496 bool AllowNestedNameSpecifiers local
2502 AllowNestedNameSpecifiers); local
/external/clang/include/clang/Sema/
H A DSema.h8082 bool AllowNestedNameSpecifiers);

Completed in 179 milliseconds