Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1551 PrototypeContext, // Within a function prototype. enumerator
1668 return (Context == PrototypeContext || in isPrototypeContext()
1734 case PrototypeContext: in mayOmitIdentifier()
1763 case PrototypeContext: in mayHaveIdentifier()
1796 case PrototypeContext: in diagnoseIdentifier()
1849 case PrototypeContext: in mayBeFollowedByCXXDirectInit()
2044 case PrototypeContext: in isFunctionDeclarationContext()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2175 case Declarator::PrototypeContext: in GetDeclSpecTypeForDeclarator()
2313 case Declarator::PrototypeContext: in GetDeclSpecTypeForDeclarator()
3184 case Declarator::PrototypeContext: in GetFullTypeForDeclarator()
/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp4933 !((D.getContext() == Declarator::PrototypeContext || in ParseDirectDeclarator()
5581 Declarator::PrototypeContext); in ParseParameterDeclarationClause()
H A DParseObjc.cpp1116 Declarator ParmDecl(DS, Declarator::PrototypeContext); in ParseObjCMethodDecl()