Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp77 bool EnteringContext) { in computeDeclContext()
417 bool EnteringContext, in BuildCXXNestedNameSpecifier()
735 bool EnteringContext, in ActOnCXXNestedNameSpecifier()
783 bool EnteringContext) { in IsInvalidUnlessNestedName()
802 bool EnteringContext) { in ActOnCXXNestedNameSpecifier()
DMultiplexExternalSemaSource.cpp287 bool EnteringContext, in CorrectTypo()
DSemaLookup.cpp1800 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName()
3340 bool EnteringContext) in TypoCorrectionConsumer()
3469 bool EnteringContext; member in __anonf7278da80511::TypoCorrectionConsumer
3894 bool EnteringContext, in LookupPotentialTypoResult()
4165 bool EnteringContext, in CorrectTypo()
DSemaTemplate.cpp140 bool EnteringContext, in isTemplateName()
249 bool EnteringContext, in LookupTemplateName()
2917 bool EnteringContext, in ActOnDependentTemplateName()
DSemaExprCXX.cpp86 bool EnteringContext) { in getDestructorName()
DSemaCodeComplete.cpp4022 bool EnteringContext) { in CodeCompleteQualifiedId()
DSemaDecl.cpp4396 bool EnteringContext = !D.getDeclSpec().isFriendSpecified(); in HandleDeclarator() local
/external/clang/lib/Parse/
DParser.cpp1327 const bool EnteringContext = false; in TryAnnotateName() local
1484 bool Parser::TryAnnotateTypeOrScopeToken(bool EnteringContext, bool NeedType) { in TryAnnotateTypeOrScopeToken()
1596 bool Parser::TryAnnotateTypeOrScopeTokenAfterScopeSpec(bool EnteringContext, in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
1692 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken()
DParseExprCXX.cpp81 bool EnteringContext, in CheckForTemplateAndDigraph()
186 bool EnteringContext, in ParseOptionalCXXScopeSpecifier()
1876 bool EnteringContext, in ParseUnqualifiedIdTemplateId()
2079 bool Parser::ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, in ParseUnqualifiedIdOperator()
2308 bool Parser::ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, in ParseUnqualifiedId()
DParseDecl.cpp2308 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in DiagnoseMissingSemiAfterTagDefinition() local
2441 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in ParseDeclarationSpecifiers() local
4534 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDeclaratorInternal() local
4727 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDirectDeclarator() local
DParseDeclCXX.cpp1169 bool EnteringContext, DeclSpecContext DSC, in ParseClassSpecifier()
/external/clang/include/clang/Sema/
DExternalSemaSource.h203 bool EnteringContext, in CorrectTypo()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp108 bool EnteringContext, in CorrectTypo()