Searched defs:EnteringContext (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 75 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 D | MultiplexExternalSemaSource.cpp | 319 bool EnteringContext, in CorrectTypo()
|
H A D | SemaLookup.cpp | 2449 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 D | SemaTemplate.cpp | 175 bool EnteringContext, in isTemplateName() 373 bool EnteringContext, in LookupTemplateName() 4831 bool EnteringContext, in ActOnTemplateName()
|
H A D | SemaExprCXX.cpp | 86 bool EnteringContext) { in getConstructorName() 138 bool EnteringContext) { in getDestructorName()
|
H A D | SemaCodeComplete.cpp | 6012 bool EnteringContext, in CodeCompleteQualifiedId()
|
H A D | SemaDecl.cpp | 5741 bool EnteringContext = !D.getDeclSpec().isFriendSpecified(); in HandleDeclarator() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | SemaInternal.h | 97 bool EnteringContext) in TypoCorrectionConsumer() 317 bool EnteringContext; variable
|
H A D | ExternalSemaSource.h | 216 bool EnteringContext, in CorrectTypo()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 83 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 D | Parser.cpp | 1627 const bool EnteringContext = false; in TryAnnotateName() local 2076 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken()
|
H A D | ParseDecl.cpp | 2895 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 D | ParseDeclCXX.cpp | 1420 bool EnteringContext, DeclSpecContext DSC, in ParseClassSpecifier()
|