Searched defs:EnteringContext (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 83 bool EnteringContext) { in computeDeclContext() 417 bool EnteringContext, in BuildCXXNestedNameSpecifier() 700 bool EnteringContext, in ActOnCXXNestedNameSpecifier() 745 bool EnteringContext) { in IsInvalidUnlessNestedName() 764 bool EnteringContext) { in ActOnCXXNestedNameSpecifier()
|
D | SemaLookup.cpp | 1608 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName() 3487 bool EnteringContext, in LookupPotentialTypoResult() 3703 bool EnteringContext, in CorrectTypo()
|
D | SemaTemplate.cpp | 138 bool EnteringContext, in isTemplateName() 247 bool EnteringContext, in LookupTemplateName() 2316 bool EnteringContext, in ActOnDependentTemplateName()
|
D | SemaCodeComplete.cpp | 3925 bool EnteringContext) { in CodeCompleteQualifiedId()
|
D | SemaExprCXX.cpp | 44 bool EnteringContext) { in getDestructorName()
|
D | SemaDecl.cpp | 3378 bool EnteringContext = !D.getDeclSpec().isFriendSpecified(); in HandleDeclarator() local
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 77 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()
|
D | Parser.cpp | 1251 bool Parser::TryAnnotateTypeOrScopeToken(bool EnteringContext, bool NeedType) { in TryAnnotateTypeOrScopeToken() 1431 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken()
|
D | ParseDecl.cpp | 1849 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
|
D | ParseDeclCXX.cpp | 947 bool EnteringContext, DeclSpecContext DSC) { in ParseClassSpecifier()
|