Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1628 PrototypeContext, // Within a function prototype. enumerator
1753 return (Context == PrototypeContext || in isPrototypeContext()
1822 case PrototypeContext: in mayOmitIdentifier()
1852 case PrototypeContext: in mayHaveIdentifier()
1886 case PrototypeContext: in diagnoseIdentifier()
1940 case PrototypeContext: in mayBeFollowedByCXXDirectInit()
2137 case PrototypeContext: in isFunctionDeclarationContext()
/external/clang/lib/Sema/
DSemaType.cpp2830 case Declarator::PrototypeContext: in GetDeclSpecTypeForDeclarator()
2993 case Declarator::PrototypeContext: in GetDeclSpecTypeForDeclarator()
3634 case Declarator::PrototypeContext: in GetFullTypeForDeclarator()
4502 case Declarator::PrototypeContext: in GetFullTypeForDeclarator()
/external/clang/lib/Parse/
DParseOpenMP.cpp239 TypeResult TR = ParseTypeName(&Range, Declarator::PrototypeContext, AS); in ParseOpenMPDeclareReductionDirective()
DParseDecl.cpp5243 !((D.getContext() == Declarator::PrototypeContext || in ParseDirectDeclarator()
5915 Declarator::PrototypeContext); in ParseParameterDeclarationClause()
DParseObjc.cpp1508 Declarator ParmDecl(DS, Declarator::PrototypeContext); in ParseObjCMethodDecl()