Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1553 PrototypeContext, // Within a function prototype. enumerator
1670 return (Context == PrototypeContext || in isPrototypeContext()
1736 case PrototypeContext: in mayOmitIdentifier()
1765 case PrototypeContext: in mayHaveIdentifier()
1798 case PrototypeContext: in diagnoseIdentifier()
1851 case PrototypeContext: in mayBeFollowedByCXXDirectInit()
2046 case PrototypeContext: in isFunctionDeclarationContext()
/external/clang/lib/Sema/
DSemaType.cpp2195 case Declarator::PrototypeContext: in GetDeclSpecTypeForDeclarator()
2333 case Declarator::PrototypeContext: in GetDeclSpecTypeForDeclarator()
3232 case Declarator::PrototypeContext: in GetFullTypeForDeclarator()
/external/clang/lib/Parse/
DParseDecl.cpp4944 !((D.getContext() == Declarator::PrototypeContext || in ParseDirectDeclarator()
5610 Declarator::PrototypeContext); in ParseParameterDeclarationClause()
DParseObjc.cpp1116 Declarator ParmDecl(DS, Declarator::PrototypeContext); in ParseObjCMethodDecl()