Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3306 bool AllowNonIdentifiers, in CodeCompleteDeclSpec() argument
3323 if (AllowNonIdentifiers) { in CodeCompleteDeclSpec()
3343 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp2614 bool AllowNonIdentifiers in ParseDeclarationSpecifiers() local
2625 AllowNonIdentifiers, in ParseDeclarationSpecifiers()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h8387 bool AllowNonIdentifiers,