Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h1576 PrototypeContext, // Within a function prototype. enumerator
1700 return (Context == PrototypeContext || in isPrototypeContext()
1768 case PrototypeContext: in mayOmitIdentifier()
1797 case PrototypeContext: in mayHaveIdentifier()
1830 case PrototypeContext: in diagnoseIdentifier()
1883 case PrototypeContext: in mayBeFollowedByCXXDirectInit()
2078 case PrototypeContext: in isFunctionDeclarationContext()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp2607 case Declarator::PrototypeContext: in GetDeclSpecTypeForDeclarator()
2745 case Declarator::PrototypeContext: in GetDeclSpecTypeForDeclarator()
3360 case Declarator::PrototypeContext: in GetFullTypeForDeclarator()
4180 case Declarator::PrototypeContext: in GetFullTypeForDeclarator()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp5124 !((D.getContext() == Declarator::PrototypeContext || in ParseDirectDeclarator()
5790 Declarator::PrototypeContext); in ParseParameterDeclarationClause()
HDParseObjc.cpp1511 Declarator ParmDecl(DS, Declarator::PrototypeContext); in ParseObjCMethodDecl()