Home
last modified time | relevance | path

Searched refs:KNRTypeList (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1855 KNRTypeList, // K&R type definition list for formals. enumerator
2136 case DeclaratorContext::KNRTypeList: in mayOmitIdentifier()
2176 case DeclaratorContext::KNRTypeList: in mayHaveIdentifier()
2230 case DeclaratorContext::KNRTypeList: in mayHaveDecompositionDeclarator()
2284 case DeclaratorContext::KNRTypeList: in mayBeFollowedByCXXDirectInit()
2523 case DeclaratorContext::KNRTypeList: in isFunctionDeclarationContext()
2555 case DeclaratorContext::KNRTypeList: in isExpressionContext()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3292 case DeclaratorContext::KNRTypeList: in GetDeclSpecTypeForDeclarator()
3392 case DeclaratorContext::KNRTypeList: in GetDeclSpecTypeForDeclarator()
4385 case DeclaratorContext::KNRTypeList: { in GetFullTypeForDeclarator()
4717 D.getContext() == DeclaratorContext::KNRTypeList)) { in GetFullTypeForDeclarator()
5607 case DeclaratorContext::KNRTypeList: in GetFullTypeForDeclarator()
H A DSemaDecl.cpp15189 DeclaratorContext::KNRTypeList); in ActOnFinishKNRParamDeclarations()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1596 DeclaratorContext::KNRTypeList); in ParseKNRParamDeclarations()
H A DParseDecl.cpp3263 case DeclaratorContext::KNRTypeList: in getDeclSpecContextFromDeclaratorContext()