Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h1520 ForContext, // Declaration within first part of a for loop. enumerator
1689 case ForContext: in mayOmitIdentifier()
1723 case ForContext: in mayHaveIdentifier()
1756 case ForContext: in diagnoseIdentifier()
1800 case ForContext: in mayBeFollowedByCXXDirectInit()
1992 case ForContext: in isFunctionDeclarationContext()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp2191 case Declarator::ForContext: in GetDeclSpecTypeForDeclarator()
2253 case Declarator::ForContext: in GetDeclSpecTypeForDeclarator()
3250 case Declarator::ForContext: in GetFullTypeForDeclarator()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseStmt.cpp1477 DeclGroupPtrTy DG = ParseSimpleDeclaration(Stmts, Declarator::ForContext, in ParseForStatement()
DParseDecl.cpp1676 bool ExpectSemi = Context != Declarator::ForContext; in ParseDeclGroup()