Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/Sema/
DSemaCXXScopeSpec.cpp75 bool EnteringContext) { in computeDeclContext()
484 bool EnteringContext, CXXScopeSpec &SS, in BuildCXXNestedNameSpecifier()
834 bool EnteringContext, CXXScopeSpec &SS, in ActOnCXXNestedNameSpecifier()
880 bool EnteringContext) { in IsInvalidUnlessNestedName()
897 bool EnteringContext) { in ActOnCXXNestedNameSpecifier()
DMultiplexExternalSemaSource.cpp320 bool EnteringContext, in CorrectTypo()
DSemaLookup.cpp2407 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName()
4581 bool EnteringContext, in LookupPotentialTypoResult()
4784 DeclContext *MemberContext, bool EnteringContext, in makeTypoCorrectionConsumer()
4962 bool EnteringContext, in CorrectTypo()
5095 DeclContext *MemberContext, bool EnteringContext, in CorrectTypoDelayed()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp77 bool EnteringContext) { in computeDeclContext()
486 bool EnteringContext, in BuildCXXNestedNameSpecifier()
830 bool EnteringContext, in ActOnCXXNestedNameSpecifier()
878 bool EnteringContext) { in IsInvalidUnlessNestedName()
897 bool EnteringContext) { in ActOnCXXNestedNameSpecifier()
DMultiplexExternalSemaSource.cpp298 bool EnteringContext, in CorrectTypo()
DSemaLookup.cpp2225 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName()
4267 bool EnteringContext, in LookupPotentialTypoResult()
4470 DeclContext *MemberContext, bool EnteringContext, in makeTypoCorrectionConsumer()
4643 bool EnteringContext, in CorrectTypo()
4778 DeclContext *MemberContext, bool EnteringContext, in CorrectTypoDelayed()
DSemaTemplate.cpp143 bool EnteringContext, in isTemplateName()
253 bool EnteringContext, in LookupTemplateName()
3027 bool EnteringContext, in ActOnDependentTemplateName()
/external/llvm-project/clang/include/clang/Sema/
DSemaInternal.h97 bool EnteringContext) in TypoCorrectionConsumer()
317 bool EnteringContext; variable
DExternalSemaSource.h216 bool EnteringContext, in CorrectTypo()
/external/clang/include/clang/Sema/
DSemaInternal.h115 bool EnteringContext) in TypoCorrectionConsumer()
330 bool EnteringContext; variable
DExternalSemaSource.h206 bool EnteringContext, in CorrectTypo()
/external/clang/lib/Parse/
DParser.cpp1421 const bool EnteringContext = false; in TryAnnotateName() local
1581 bool Parser::TryAnnotateTypeOrScopeToken(bool EnteringContext, bool NeedType) { in TryAnnotateTypeOrScopeToken()
1694 bool Parser::TryAnnotateTypeOrScopeTokenAfterScopeSpec(bool EnteringContext, in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
1806 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken()
DParseExprCXX.cpp81 bool EnteringContext, in CheckForTemplateAndDigraph()
189 bool EnteringContext, in ParseOptionalCXXScopeSpecifier()
2029 bool EnteringContext, in ParseUnqualifiedIdTemplateId()
2232 bool Parser::ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, in ParseUnqualifiedIdOperator()
2461 bool Parser::ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, in ParseUnqualifiedId()
DParseDecl.cpp2552 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in DiagnoseMissingSemiAfterTagDefinition() local
2686 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in ParseDeclarationSpecifiers() local
5003 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDeclaratorInternal() local
5221 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDirectDeclarator() local
DParseDeclCXX.cpp1217 bool EnteringContext, DeclSpecContext DSC, in ParseClassSpecifier()
/external/llvm-project/clang/unittests/Sema/
DExternalSemaSourceTest.cpp110 DeclContext *MemberContext, bool EnteringContext, in CorrectTypo()
152 DeclContext *MemberContext, bool EnteringContext, in CorrectTypo()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp111 DeclContext *MemberContext, bool EnteringContext, in CorrectTypo()
153 DeclContext *MemberContext, bool EnteringContext, in CorrectTypo()
/external/llvm-project/clang/lib/Parse/
DParseExprCXX.cpp83 bool EnteringContext, in CheckForTemplateAndDigraph()
156 bool EnteringContext, bool *MayBePseudoDestructor, bool IsTypename, in ParseOptionalCXXScopeSpecifier()
2337 bool EnteringContext, UnqualifiedId &Id, bool AssumeTemplateId) { in ParseUnqualifiedIdTemplateId()
2529 bool Parser::ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, in ParseUnqualifiedIdOperator()
2765 bool ObjectHadErrors, bool EnteringContext, in ParseUnqualifiedId()
DParser.cpp1627 const bool EnteringContext = false; in TryAnnotateName() local
2066 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken()
DParseDecl.cpp2848 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class || in DiagnoseMissingSemiAfterTagDefinition() local
2997 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class || in ParseDeclarationSpecifiers() local
5660 bool EnteringContext = D.getContext() == DeclaratorContext::File || in ParseDeclaratorInternal() local
5889 bool EnteringContext = D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator() local
DParseDeclCXX.cpp1401 bool EnteringContext, DeclSpecContext DSC, in ParseClassSpecifier()
/external/llvm-project/clang/unittests/Frontend/
DFrontendActionTest.cpp206 DeclContext *MemberContext, bool EnteringContext, in CorrectTypo()
/external/llvm-project/clang-tools-extra/clang-include-fixer/
DIncludeFixer.cpp187 bool EnteringContext, const ObjCObjectPointerType *OPT) { in CorrectTypo()
/external/llvm-project/clang-tools-extra/clangd/
DIncludeFixer.cpp339 DeclContext *MemberContext, bool EnteringContext, in CorrectTypo()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTUtils.h548 clang::DeclContext *MemberContext, bool EnteringContext, in CorrectTypo()

12