Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp82 bool EnteringContext) { in computeDeclContext()
386 bool EnteringContext, in BuildCXXNestedNameSpecifier()
641 bool EnteringContext, in ActOnCXXNestedNameSpecifier()
663 bool EnteringContext) { in IsInvalidUnlessNestedName()
682 bool EnteringContext) { in ActOnCXXNestedNameSpecifier()
DSemaLookup.cpp1529 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName()
3252 bool EnteringContext, in LookupPotentialTypoResult()
3510 bool EnteringContext, in CorrectTypo()
DSemaTemplate.cpp128 bool EnteringContext, in isTemplateName()
238 bool EnteringContext, in LookupTemplateName()
2248 bool EnteringContext, in ActOnDependentTemplateName()
DSemaExprCXX.cpp41 bool EnteringContext) { in getDestructorName()
DSemaCodeComplete.cpp3673 bool EnteringContext) { in CodeCompleteQualifiedId()
DSemaDecl.cpp3014 bool EnteringContext = !D.getDeclSpec().isFriendSpecified(); in HandleDeclarator() local
/external/clang/lib/Parse/
DParseExprCXX.cpp111 bool EnteringContext, in ParseOptionalCXXScopeSpecifier()
1178 bool EnteringContext, in ParseUnqualifiedIdTemplateId()
1378 bool Parser::ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, in ParseUnqualifiedIdOperator()
1555 bool Parser::ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, in ParseUnqualifiedId()
DParser.cpp1193 bool Parser::TryAnnotateTypeOrScopeToken(bool EnteringContext) { in TryAnnotateTypeOrScopeToken()
1365 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken()