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.h100 void CodeCompleteDeclSpec(Scope *S, DeclSpec &DS, bool AllowNonIdentifiers,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4676 bool AllowNonIdentifiers, in CodeCompleteDeclSpec() argument
4701 if (AllowNonIdentifiers) { in CodeCompleteDeclSpec()
4722 if (AllowNonIdentifiers && !AllowNestedNameSpecifiers && in CodeCompleteDeclSpec()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp3506 bool AllowNonIdentifiers in ParseDeclarationSpecifiers() local
3518 getCurScope(), DS, AllowNonIdentifiers, AllowNestedNameSpecifiers); in ParseDeclarationSpecifiers()