Home
last modified time | relevance | path

Searched defs:EnteringContext (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp83 bool EnteringContext) { in computeDeclContext()
417 bool EnteringContext, in BuildCXXNestedNameSpecifier()
700 bool EnteringContext, in ActOnCXXNestedNameSpecifier()
745 bool EnteringContext) { in IsInvalidUnlessNestedName()
764 bool EnteringContext) { in ActOnCXXNestedNameSpecifier()
DSemaLookup.cpp1608 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName()
3487 bool EnteringContext, in LookupPotentialTypoResult()
3703 bool EnteringContext, in CorrectTypo()
DSemaTemplate.cpp138 bool EnteringContext, in isTemplateName()
247 bool EnteringContext, in LookupTemplateName()
2316 bool EnteringContext, in ActOnDependentTemplateName()
DSemaCodeComplete.cpp3925 bool EnteringContext) { in CodeCompleteQualifiedId()
DSemaExprCXX.cpp44 bool EnteringContext) { in getDestructorName()
DSemaDecl.cpp3378 bool EnteringContext = !D.getDeclSpec().isFriendSpecified(); in HandleDeclarator() local
/external/clang/lib/Parse/
DParseExprCXX.cpp77 bool EnteringContext, in CheckForTemplateAndDigraph()
138 bool EnteringContext, in ParseOptionalCXXScopeSpecifier()
1602 bool EnteringContext, in ParseUnqualifiedIdTemplateId()
1805 bool Parser::ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, in ParseUnqualifiedIdOperator()
2028 bool Parser::ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, in ParseUnqualifiedId()
DParser.cpp1251 bool Parser::TryAnnotateTypeOrScopeToken(bool EnteringContext, bool NeedType) { in TryAnnotateTypeOrScopeToken()
1431 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken()
DParseDecl.cpp1849 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in ParseDeclarationSpecifiers() local
3702 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDeclaratorInternal() local
3887 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDirectDeclarator() local
DParseDeclCXX.cpp947 bool EnteringContext, DeclSpecContext DSC) { in ParseClassSpecifier()