Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1446 PrototypeContext, // Within a function prototype. enumerator
1562 return (Context == PrototypeContext || in isPrototypeContext()
1627 case PrototypeContext: in mayOmitIdentifier()
1654 case PrototypeContext: in mayHaveIdentifier()
1705 case PrototypeContext: in mayBeFollowedByCXXDirectInit()
/external/clang/lib/Sema/
DSemaType.cpp1846 case Declarator::PrototypeContext: in GetDeclSpecTypeForDeclarator()
1965 case Declarator::PrototypeContext: in GetDeclSpecTypeForDeclarator()
2752 case Declarator::PrototypeContext: in GetFullTypeForDeclarator()
/external/clang/lib/Parse/
DParseDecl.cpp4271 !((D.getContext() == Declarator::PrototypeContext || in ParseDirectDeclarator()
4837 Declarator ParmDecl(DS, Declarator::PrototypeContext); in ParseParameterDeclarationClause()
DParseObjc.cpp1125 Declarator ParmDecl(DS, Declarator::PrototypeContext); in ParseObjCMethodDecl()