Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp4424 bool AllowNonIdentifiers, in CodeCompleteDeclSpec() argument
4449 if (AllowNonIdentifiers) { in CodeCompleteDeclSpec()
4470 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp3303 bool AllowNonIdentifiers in ParseDeclarationSpecifiers() local
3315 AllowNonIdentifiers, in ParseDeclarationSpecifiers()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13249 bool AllowNonIdentifiers,