Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h98 void CodeCompleteDeclSpec(Scope *S, DeclSpec &DS, bool AllowNonIdentifiers,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4513 bool AllowNonIdentifiers, in CodeCompleteDeclSpec() argument
4538 if (AllowNonIdentifiers) { in CodeCompleteDeclSpec()
4559 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3724 bool AllowNonIdentifiers in ParseDeclarationSpecifiers() local
3736 getCurScope(), DS, AllowNonIdentifiers, AllowNestedNameSpecifiers); in ParseDeclarationSpecifiers()