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.h1858 KNRTypeList, // K&R type definition list for formals. enumerator
2139 case DeclaratorContext::KNRTypeList: in mayOmitIdentifier()
2179 case DeclaratorContext::KNRTypeList: in mayHaveIdentifier()
2233 case DeclaratorContext::KNRTypeList: in mayHaveDecompositionDeclarator()
2287 case DeclaratorContext::KNRTypeList: in mayBeFollowedByCXXDirectInit()
2526 case DeclaratorContext::KNRTypeList: in isFunctionDeclarationContext()
2558 case DeclaratorContext::KNRTypeList: in isExpressionContext()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3344 case DeclaratorContext::KNRTypeList: in GetDeclSpecTypeForDeclarator()
3449 case DeclaratorContext::KNRTypeList: in GetDeclSpecTypeForDeclarator()
4433 case DeclaratorContext::KNRTypeList: { in GetFullTypeForDeclarator()
4765 D.getContext() == DeclaratorContext::KNRTypeList)) { in GetFullTypeForDeclarator()
5647 case DeclaratorContext::KNRTypeList: in GetFullTypeForDeclarator()
H A DSemaDecl.cpp15625 DeclaratorContext::KNRTypeList); in ActOnFinishKNRParamDeclarations()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1518 DeclaratorContext::KNRTypeList); in ParseKNRParamDeclarations()
H A DParseDecl.cpp3057 case DeclaratorContext::KNRTypeList: in getDeclSpecContextFromDeclaratorContext()