Searched defs:AllowNonIdentifiers (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseDecl.cpp2620 bool AllowNonIdentifiers local
2631 AllowNonIdentifiers, local
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp3352 bool AllowNonIdentifiers,
3369 if (AllowNonIdentifiers) {
3389 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers &&
3351 CodeCompleteDeclSpec(Scope *S, DeclSpec &DS, bool AllowNonIdentifiers, bool AllowNestedNameSpecifiers) argument

Completed in 101 milliseconds