Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp4267 bool AllowNonIdentifiers, in CodeCompleteDeclSpec() argument
4292 if (AllowNonIdentifiers) { in CodeCompleteDeclSpec()
4313 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp3125 bool AllowNonIdentifiers in ParseDeclarationSpecifiers() local
3137 AllowNonIdentifiers, in ParseDeclarationSpecifiers()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12256 bool AllowNonIdentifiers,