Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4505 bool AllowNonIdentifiers, in CodeCompleteDeclSpec() argument
4530 if (AllowNonIdentifiers) { in CodeCompleteDeclSpec()
4551 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3455 bool AllowNonIdentifiers in ParseDeclarationSpecifiers() local
3467 AllowNonIdentifiers, in ParseDeclarationSpecifiers()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13677 bool AllowNonIdentifiers,