Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1725 PrototypeContext, // Within a function prototype. enumerator
1882 return (Context == DeclaratorContext::PrototypeContext || in isPrototypeContext()
1953 case DeclaratorContext::PrototypeContext: in mayOmitIdentifier()
1985 case DeclaratorContext::PrototypeContext: in mayHaveIdentifier()
2024 case DeclaratorContext::PrototypeContext: in mayHaveDecompositionDeclarator()
2085 case DeclaratorContext::PrototypeContext: in mayBeFollowedByCXXDirectInit()
2309 case DeclaratorContext::PrototypeContext: in isFunctionDeclarationContext()
2343 case DeclaratorContext::PrototypeContext: in isExpressionContext()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp2907 case DeclaratorContext::PrototypeContext: in GetDeclSpecTypeForDeclarator()
3130 case DeclaratorContext::PrototypeContext: in GetDeclSpecTypeForDeclarator()
4079 case DeclaratorContext::PrototypeContext: in GetFullTypeForDeclarator()
5086 case DeclaratorContext::PrototypeContext: in GetFullTypeForDeclarator()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp259 ParseTypeName(&Range, DeclaratorContext::PrototypeContext, AS); in ParseOpenMPDeclareReductionDirective()
H A DParseDecl.cpp5611 !((D.getContext() == DeclaratorContext::PrototypeContext || in ParseDirectDeclarator()
6414 : DeclaratorContext::PrototypeContext); in ParseParameterDeclarationClause()
H A DParseObjc.cpp1475 Declarator ParmDecl(DS, DeclaratorContext::PrototypeContext); in ParseObjCMethodDecl()