Searched defs:EnteringContext (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 55 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 D | MultiplexExternalSemaSource.cpp | 325 bool EnteringContext, in CorrectTypo()
|
H A D | SemaLookup.cpp | 2678 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 D | SemaTemplate.cpp | 182 bool EnteringContext, in isTemplateName() 380 QualType ObjectType, bool EnteringContext, in LookupTemplateName() 4489 bool EnteringContext, in ActOnTemplateName()
|
H A D | SemaExprCXX.cpp | 94 CXXScopeSpec &SS, bool EnteringContext) { in getConstructorName() 145 bool EnteringContext) { in getDestructorName()
|
H A D | SemaCodeComplete.cpp | 6691 bool EnteringContext, in CodeCompleteQualifiedId()
|
H A D | SemaDecl.cpp | 6228 bool EnteringContext = !D.getDeclSpec().isFriendSpecified(); in HandleDeclarator() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaInternal.h | 93 bool EnteringContext) in TypoCorrectionConsumer() 313 bool EnteringContext; variable
|
H A D | ExternalSemaSource.h | 214 bool EnteringContext, in CorrectTypo()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 88 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 D | Parser.cpp | 1784 const bool EnteringContext = false; in TryAnnotateName() local 2244 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken()
|
H A D | ParseDecl.cpp | 3450 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 D | ParseDeclCXX.cpp | 1709 AccessSpecifier AS, bool EnteringContext, in ParseClassSpecifier()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTUtils.h | 555 clang::DeclContext *MemberContext, bool EnteringContext, in CorrectTypo()
|