Searched refs:TheContext (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1422 enum TheContext { enum 1453 TheContext Context; 1502 Declarator(const DeclSpec &ds, TheContext C) in Declarator() 1538 TheContext getContext() const { return Context; } in getContext()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1038 ParsingDeclarator(Parser &P, const ParsingDeclSpec &DS, TheContext C) in ParsingDeclarator() 1275 ParsedType ParseObjCTypeName(ObjCDeclSpec &DS, Declarator::TheContext Ctx, 1694 Declarator::TheContext Context); 1869 Declarator::TheContext Context
|
/external/clang/lib/Parse/ |
D | ParseTemplate.cpp | 233 ParsingDeclarator DeclaratorInfo(*this, DS, (Declarator::TheContext)Context); in ParseSingleDeclarationAfterTemplate()
|
D | ParseObjc.cpp | 795 Declarator::TheContext Context) { in ParseObjCTypeQualifierList() 874 Declarator::TheContext context, in ParseObjCTypeName()
|
D | ParseDecl.cpp | 36 Declarator::TheContext Context, in ParseTypeName() 1196 ParsingDeclarator D(*this, DS, static_cast<Declarator::TheContext>(Context)); in ParseDeclGroup()
|