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

/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h198 ParsingDeclarator(Parser &P, const ParsingDeclSpec &DS, TheContext C)
H A DParseTemplate.cpp209 ParsingDeclarator DeclaratorInfo(*this, DS, (Declarator::TheContext)Context);
H A DParseObjc.cpp817 Declarator::TheContext Context) {
896 Declarator::TheContext context,
H A DParseDecl.cpp42 Declarator::TheContext Context,
1271 /// 'Context' should be a Declarator::TheContext value. This returns the
1540 ParsingDeclarator D(*this, DS, static_cast<Declarator::TheContext>(Context));
2214 /// Declarator::TheContext enumerator values.
/external/clang/include/clang/Sema/
H A DDeclSpec.h1507 enum TheContext { enum in class:clang::Declarator
1539 TheContext Context;
1588 Declarator(const DeclSpec &ds, TheContext C)
1623 TheContext getContext() const { return Context; }
/external/clang/include/clang/Parse/
H A DParser.h1301 ParsedType ParseObjCTypeName(ObjCDeclSpec &DS, Declarator::TheContext Ctx,
1774 Declarator::TheContext Context);
1971 Declarator::TheContext Context

Completed in 150 milliseconds