Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp75 bool EnteringContext) { in computeDeclContext()
474 bool EnteringContext, CXXScopeSpec &SS, in BuildCXXNestedNameSpecifier()
832 bool EnteringContext, CXXScopeSpec &SS, in ActOnCXXNestedNameSpecifier()
878 bool EnteringContext) { in IsInvalidUnlessNestedName()
895 bool EnteringContext) { in ActOnCXXNestedNameSpecifier()
H A DMultiplexExternalSemaSource.cpp325 bool EnteringContext, in CorrectTypo()
H A DSemaLookup.cpp2720 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName()
4985 bool EnteringContext, in LookupPotentialTypoResult()
5185 DeclContext *MemberContext, bool EnteringContext, in makeTypoCorrectionConsumer()
5363 bool EnteringContext, in CorrectTypo()
5496 DeclContext *MemberContext, bool EnteringContext, in CorrectTypoDelayed()
H A DSemaTemplate.cpp180 bool EnteringContext, in isTemplateName()
379 bool EnteringContext, in LookupTemplateName()
5197 bool EnteringContext, in ActOnTemplateName()
H A DSemaExprCXX.cpp95 bool EnteringContext) { in getConstructorName()
146 bool EnteringContext) { in getDestructorName()
H A DSemaCodeComplete.cpp6643 bool EnteringContext, in CodeCompleteQualifiedId()
H A DSemaDecl.cpp6394 bool EnteringContext = !D.getDeclSpec().isFriendSpecified(); in HandleDeclarator() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h97 bool EnteringContext) in TypoCorrectionConsumer()
317 bool EnteringContext; variable
H A DExternalSemaSource.h214 bool EnteringContext, in CorrectTypo()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp86 bool EnteringContext, in CheckForTemplateAndDigraph()
159 bool EnteringContext, bool *MayBePseudoDestructor, bool IsTypename, in ParseOptionalCXXScopeSpecifier()
2434 bool EnteringContext, UnqualifiedId &Id, bool AssumeTemplateId) { in ParseUnqualifiedIdTemplateId()
2626 bool Parser::ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, in ParseUnqualifiedIdOperator()
2865 bool ObjectHadErrors, bool EnteringContext, in ParseUnqualifiedId()
H A DParser.cpp1774 const bool EnteringContext = false; in TryAnnotateName() local
2223 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken()
H A DParseDecl.cpp3197 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class || in DiagnoseMissingSemiAfterTagDefinition() local
3342 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class || in ParseDeclarationSpecifiers() local
6257 bool EnteringContext = D.getContext() == DeclaratorContext::File || in ParseDeclaratorInternal() local
6491 bool EnteringContext = D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator() local
H A DParseDeclCXX.cpp1548 AccessSpecifier AS, bool EnteringContext, in ParseClassSpecifier()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h549 clang::DeclContext *MemberContext, bool EnteringContext, in CorrectTypo()