Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp3791 bool AllowNonIdentifiers, in CodeCompleteDeclSpec() argument
3816 if (AllowNonIdentifiers) { in CodeCompleteDeclSpec()
3837 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp2998 bool AllowNonIdentifiers in ParseDeclarationSpecifiers() local
3009 AllowNonIdentifiers, in ParseDeclarationSpecifiers()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h10338 bool AllowNonIdentifiers,