Home
last modified time | relevance | path

Searched refs:TheContext (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h1551 enum TheContext { enum
1583 TheContext Context;
1632 Declarator(const DeclSpec &ds, TheContext C) in Declarator()
1667 TheContext getContext() const { return Context; } in getContext()
/external/clang/lib/Parse/
DRAIIObjectsForParser.h198 ParsingDeclarator(Parser &P, const ParsingDeclSpec &DS, TheContext C) in ParsingDeclarator()
DParseDecl.cpp42 Declarator::TheContext Context, in ParseTypeName()
1632 ParsingDeclarator D(*this, DS, static_cast<Declarator::TheContext>(Context)); in ParseDeclGroup()
4655 unsigned TheContext) { in isPtrOperatorToken() argument
4671 return Lang.CPlusPlus11 || (TheContext != Declarator::ConversionIdContext && in isPtrOperatorToken()
4672 TheContext != Declarator::CXXNewContext); in isPtrOperatorToken()
DParseTemplate.cpp217 ParsingDeclarator DeclaratorInfo(*this, DS, (Declarator::TheContext)Context); in ParseSingleDeclarationAfterTemplate()
DParseObjc.cpp783 Declarator::TheContext Context) { in ParseObjCTypeQualifierList()
862 Declarator::TheContext context, in ParseObjCTypeName()
/external/clang/include/clang/Parse/
DParser.h1290 ParsedType ParseObjCTypeName(ObjCDeclSpec &DS, Declarator::TheContext Ctx,
1762 Declarator::TheContext Context);
1952 Declarator::TheContext Context