Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h1513 PrototypeContext, // Within a function prototype. enumerator
1630 return (Context == PrototypeContext || in isPrototypeContext()
1696 case PrototypeContext: in mayOmitIdentifier()
1725 case PrototypeContext: in mayHaveIdentifier()
1758 case PrototypeContext: in diagnoseIdentifier()
1811 case PrototypeContext: in mayBeFollowedByCXXDirectInit()
1998 case PrototypeContext: in isFunctionDeclarationContext()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp2142 case Declarator::PrototypeContext: in GetDeclSpecTypeForDeclarator()
2280 case Declarator::PrototypeContext: in GetDeclSpecTypeForDeclarator()
3202 case Declarator::PrototypeContext: in GetFullTypeForDeclarator()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseDecl.cpp4794 !((D.getContext() == Declarator::PrototypeContext || in ParseDirectDeclarator()
5414 Declarator::PrototypeContext); in ParseParameterDeclarationClause()
DParseObjc.cpp1146 Declarator ParmDecl(DS, Declarator::PrototypeContext); in ParseObjCMethodDecl()