Searched refs:TheContext (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1507 enum TheContext { enum 1539 TheContext Context; 1588 Declarator(const DeclSpec &ds, TheContext C) in Declarator() 1623 TheContext getContext() const { return Context; } in getContext()
|
/external/clang/lib/Parse/ |
D | RAIIObjectsForParser.h | 198 ParsingDeclarator(Parser &P, const ParsingDeclSpec &DS, TheContext C) in ParsingDeclarator()
|
D | ParseTemplate.cpp | 209 ParsingDeclarator DeclaratorInfo(*this, DS, (Declarator::TheContext)Context); in ParseSingleDeclarationAfterTemplate()
|
D | ParseObjc.cpp | 817 Declarator::TheContext Context) { in ParseObjCTypeQualifierList() 896 Declarator::TheContext context, in ParseObjCTypeName()
|
D | ParseDecl.cpp | 42 Declarator::TheContext Context, in ParseTypeName() 1540 ParsingDeclarator D(*this, DS, static_cast<Declarator::TheContext>(Context)); in ParseDeclGroup()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1301 ParsedType ParseObjCTypeName(ObjCDeclSpec &DS, Declarator::TheContext Ctx, 1774 Declarator::TheContext Context); 1971 Declarator::TheContext Context
|