Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A 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()
H A DMultiplexExternalSemaSource.cpp319 bool EnteringContext, in CorrectTypo()
H A DSemaLookup.cpp2449 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName()
4630 bool EnteringContext, in LookupPotentialTypoResult()
4833 DeclContext *MemberContext, bool EnteringContext, in makeTypoCorrectionConsumer()
5011 bool EnteringContext, in CorrectTypo()
5144 DeclContext *MemberContext, bool EnteringContext, in CorrectTypoDelayed()
H A DSemaTemplate.cpp175 bool EnteringContext, in isTemplateName()
373 bool EnteringContext, in LookupTemplateName()
4831 bool EnteringContext, in ActOnTemplateName()
H A DSemaExprCXX.cpp86 bool EnteringContext) { in getConstructorName()
138 bool EnteringContext) { in getDestructorName()
H A DSemaCodeComplete.cpp6012 bool EnteringContext, in CodeCompleteQualifiedId()
H A DSemaDecl.cpp5741 bool EnteringContext = !D.getDeclSpec().isFriendSpecified(); in HandleDeclarator() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h97 bool EnteringContext) in TypoCorrectionConsumer()
317 bool EnteringContext; variable
H A DExternalSemaSource.h216 bool EnteringContext, in CorrectTypo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp83 bool EnteringContext, in CheckForTemplateAndDigraph()
156 bool EnteringContext, bool *MayBePseudoDestructor, bool IsTypename, in ParseOptionalCXXScopeSpecifier()
2322 bool EnteringContext, UnqualifiedId &Id, bool AssumeTemplateId) { in ParseUnqualifiedIdTemplateId()
2514 bool Parser::ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, in ParseUnqualifiedIdOperator()
2750 bool ObjectHadErrors, bool EnteringContext, in ParseUnqualifiedId()
H A DParser.cpp1627 const bool EnteringContext = false; in TryAnnotateName() local
2076 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken()
H A DParseDecl.cpp2895 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class || in DiagnoseMissingSemiAfterTagDefinition() local
3044 bool EnteringContext = (DSContext == DeclSpecContext::DSC_class || in ParseDeclarationSpecifiers() local
5720 bool EnteringContext = D.getContext() == DeclaratorContext::File || in ParseDeclaratorInternal() local
5949 bool EnteringContext = D.getContext() == DeclaratorContext::File || in ParseDirectDeclarator() local
H A DParseDeclCXX.cpp1420 bool EnteringContext, DeclSpecContext DSC, in ParseClassSpecifier()