Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1789 KNRTypeList, // K&R type definition list for formals. enumerator
2057 case DeclaratorContext::KNRTypeList: in mayOmitIdentifier()
2097 case DeclaratorContext::KNRTypeList: in mayHaveIdentifier()
2151 case DeclaratorContext::KNRTypeList: in mayHaveDecompositionDeclarator()
2205 case DeclaratorContext::KNRTypeList: in mayBeFollowedByCXXDirectInit()
2428 case DeclaratorContext::KNRTypeList: in isFunctionDeclarationContext()
2460 case DeclaratorContext::KNRTypeList: in isExpressionContext()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp3655 case DeclaratorContext::KNRTypeList: in GetDeclSpecTypeForDeclarator()
3755 case DeclaratorContext::KNRTypeList: in GetDeclSpecTypeForDeclarator()
4766 case DeclaratorContext::KNRTypeList: { in GetFullTypeForDeclarator()
5078 D.getContext() == DeclaratorContext::KNRTypeList)) { in GetFullTypeForDeclarator()
5879 case DeclaratorContext::KNRTypeList: in GetFullTypeForDeclarator()
H A DSemaDecl.cpp14887 DeclaratorContext::KNRTypeList); in ActOnFinishKNRParamDeclarations()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParser.cpp1531 DeclaratorContext::KNRTypeList); in ParseKNRParamDeclarations()
H A DParseDecl.cpp2925 case DeclaratorContext::KNRTypeList: in getDeclSpecContextFromDeclaratorContext()