Home
last modified time | relevance | path

Searched refs:AllowNonIdentifiers (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp3252 bool AllowNonIdentifiers in ParseDeclarationSpecifiers() local
3264 AllowNonIdentifiers, in ParseDeclarationSpecifiers()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp4389 bool AllowNonIdentifiers, in CodeCompleteDeclSpec() argument
4414 if (AllowNonIdentifiers) { in CodeCompleteDeclSpec()
4435 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h12876 bool AllowNonIdentifiers,