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

/external/clang/lib/Parse/
H A DParseDecl.cpp2490 bool AllowNonIdentifiers local
2501 AllowNonIdentifiers, local
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp3305 bool AllowNonIdentifiers,
3322 if (AllowNonIdentifiers) {
3342 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers &&
3304 CodeCompleteDeclSpec(Scope *S, DeclSpec &DS, bool AllowNonIdentifiers, bool AllowNestedNameSpecifiers) argument

Completed in 1721 milliseconds