Searched refs:TheContext (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1551 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/ |
D | RAIIObjectsForParser.h | 198 ParsingDeclarator(Parser &P, const ParsingDeclSpec &DS, TheContext C) in ParsingDeclarator()
|
D | ParseDecl.cpp | 42 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()
|
D | ParseTemplate.cpp | 217 ParsingDeclarator DeclaratorInfo(*this, DS, (Declarator::TheContext)Context); in ParseSingleDeclarationAfterTemplate()
|
D | ParseObjc.cpp | 783 Declarator::TheContext Context) { in ParseObjCTypeQualifierList() 862 Declarator::TheContext context, in ParseObjCTypeName()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1290 ParsedType ParseObjCTypeName(ObjCDeclSpec &DS, Declarator::TheContext Ctx, 1762 Declarator::TheContext Context); 1952 Declarator::TheContext Context
|