Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1424 PrototypeContext, // Within a function prototype. enumerator
1541 return (Context == PrototypeContext || in isPrototypeContext()
1606 case PrototypeContext: in mayOmitIdentifier()
1633 case PrototypeContext: in mayHaveIdentifier()
1684 case PrototypeContext: in mayBeFollowedByCXXDirectInit()
/external/clang/lib/Sema/
DSemaType.cpp1831 case Declarator::PrototypeContext: in GetDeclSpecTypeForDeclarator()
1949 case Declarator::PrototypeContext: in GetDeclSpecTypeForDeclarator()
2588 case Declarator::PrototypeContext: in GetFullTypeForDeclarator()
/external/clang/lib/Parse/
DParseDecl.cpp3908 !((D.getContext() == Declarator::PrototypeContext || in ParseDirectDeclarator()
4476 Declarator ParmDecl(DS, Declarator::PrototypeContext); in ParseParameterDeclarationClause()
DParseObjc.cpp1120 Declarator ParmDecl(DS, Declarator::PrototypeContext); in ParseObjCMethodDecl()