Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp77 bool EnteringContext) { in computeDeclContext()
462 bool EnteringContext, in BuildCXXNestedNameSpecifier()
800 bool EnteringContext, in ActOnCXXNestedNameSpecifier()
848 bool EnteringContext) { in IsInvalidUnlessNestedName()
867 bool EnteringContext) { in ActOnCXXNestedNameSpecifier()
DMultiplexExternalSemaSource.cpp293 bool EnteringContext, in CorrectTypo()
DSemaLookup.cpp2135 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName()
4186 bool EnteringContext, in LookupPotentialTypoResult()
4388 DeclContext *MemberContext, bool EnteringContext, in makeTypoCorrectionConsumer()
4561 bool EnteringContext, in CorrectTypo()
4696 DeclContext *MemberContext, bool EnteringContext, in CorrectTypoDelayed()
DSemaTemplate.cpp141 bool EnteringContext, in isTemplateName()
251 bool EnteringContext, in LookupTemplateName()
2984 bool EnteringContext, in ActOnDependentTemplateName()
DSemaExprCXX.cpp87 bool EnteringContext) { in getDestructorName()
DSemaCodeComplete.cpp4226 bool EnteringContext) { in CodeCompleteQualifiedId()
DSemaDecl.cpp4814 bool EnteringContext = !D.getDeclSpec().isFriendSpecified(); in HandleDeclarator() local
/external/clang/include/clang/Sema/
DSemaInternal.h114 bool EnteringContext) in TypoCorrectionConsumer()
326 bool EnteringContext; variable
DExternalSemaSource.h202 bool EnteringContext, in CorrectTypo()
/external/clang/lib/Parse/
DParser.cpp1395 const bool EnteringContext = false; in TryAnnotateName() local
1555 bool Parser::TryAnnotateTypeOrScopeToken(bool EnteringContext, bool NeedType) { in TryAnnotateTypeOrScopeToken()
1668 bool Parser::TryAnnotateTypeOrScopeTokenAfterScopeSpec(bool EnteringContext, in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
1784 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken()
DParseExprCXX.cpp81 bool EnteringContext, in CheckForTemplateAndDigraph()
189 bool EnteringContext, in ParseOptionalCXXScopeSpecifier()
1950 bool EnteringContext, in ParseUnqualifiedIdTemplateId()
2153 bool Parser::ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, in ParseUnqualifiedIdOperator()
2382 bool Parser::ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, in ParseUnqualifiedId()
DParseDecl.cpp2497 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in DiagnoseMissingSemiAfterTagDefinition() local
2631 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in ParseDeclarationSpecifiers() local
4906 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDeclaratorInternal() local
5113 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDirectDeclarator() local
DParseDeclCXX.cpp1202 bool EnteringContext, DeclSpecContext DSC, in ParseClassSpecifier()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp107 DeclContext *MemberContext, bool EnteringContext, in CorrectTypo()