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.cpp55 bool EnteringContext) { in computeDeclContext()
409 bool EnteringContext, CXXScopeSpec &SS, in BuildCXXNestedNameSpecifier()
775 bool EnteringContext, CXXScopeSpec &SS, in ActOnCXXNestedNameSpecifier()
838 bool EnteringContext) { in IsInvalidUnlessNestedName()
855 bool EnteringContext) { in ActOnCXXNestedNameSpecifier()
H A DMultiplexExternalSemaSource.cpp325 bool EnteringContext, in CorrectTypo()
H A DSemaLookup.cpp2678 bool EnteringContext) { in LookupParsedName()
4916 bool EnteringContext, in LookupPotentialTypoResult()
5120 DeclContext *MemberContext, bool EnteringContext, in makeTypoCorrectionConsumer()
5267 bool EnteringContext, in CorrectTypo()
5362 DeclContext *MemberContext, bool EnteringContext, in CorrectTypoDelayed()
H A DSemaTemplate.cpp182 bool EnteringContext, in isTemplateName()
380 QualType ObjectType, bool EnteringContext, in LookupTemplateName()
4489 bool EnteringContext, in ActOnTemplateName()
H A DSemaExprCXX.cpp94 CXXScopeSpec &SS, bool EnteringContext) { in getConstructorName()
145 bool EnteringContext) { in getDestructorName()
H A DSemaCodeComplete.cpp6691 bool EnteringContext, in CodeCompleteQualifiedId()
H A DSemaDecl.cpp6228 bool EnteringContext = !D.getDeclSpec().isFriendSpecified(); in HandleDeclarator() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h93 bool EnteringContext) in TypoCorrectionConsumer()
313 bool EnteringContext; variable
H A DExternalSemaSource.h214 bool EnteringContext, in CorrectTypo()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp88 bool EnteringContext, in CheckForTemplateAndDigraph()
161 bool EnteringContext, bool *MayBePseudoDestructor, bool IsTypename, in ParseOptionalCXXScopeSpecifier()
2536 bool EnteringContext, UnqualifiedId &Id, bool AssumeTemplateId) { in ParseUnqualifiedIdTemplateId()
2728 bool Parser::ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, in ParseUnqualifiedIdOperator()
2967 bool ObjectHadErrors, bool EnteringContext, in ParseUnqualifiedId()
H A DParser.cpp1784 const bool EnteringContext = false; in TryAnnotateName() local
2244 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken()
H A DParseDecl.cpp3450 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class || in DiagnoseMissingSemiAfterTagDefinition() local
3595 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class || in ParseDeclarationSpecifiers() local
6653 bool EnteringContext = D.getContext() == DeclaratorContext::File || in ParseDeclaratorInternal() local
6887 bool EnteringContext = D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator() local
H A DParseDeclCXX.cpp1709 AccessSpecifier AS, bool EnteringContext, in ParseClassSpecifier()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h555 clang::DeclContext *MemberContext, bool EnteringContext, in CorrectTypo()