Searched defs:EnteringContext (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp74 /// \param EnteringContext when true, we will be entering the context of
83 bool EnteringContext) {
95 if (EnteringContext) {
416 bool EnteringContext,
435 LookupCtx = computeDeclContext(SS, EnteringContext);
517 LookupCtx, EnteringContext))) {
702 bool EnteringContext,
709 EnteringContext, SS,
747 bool EnteringContext) {
753 EnteringContext, S
82 computeDeclContext(const CXXScopeSpec &SS, bool EnteringContext) argument
411 BuildCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, QualType ObjectType, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup) argument
697 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS) argument
742 IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation ColonLoc, ParsedType ObjectType, bool EnteringContext) argument
757 ActOnCXXNestedNameSpecifier(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy Template, SourceLocation TemplateNameLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc, SourceLocation CCLoc, bool EnteringContext) argument
[all...]
H A DSemaCodeComplete.cpp3974 bool EnteringContext) {
3978 DeclContext *Ctx = computeDeclContext(SS, EnteringContext);
4003 if (!EnteringContext)
3973 CodeCompleteQualifiedId(Scope *S, CXXScopeSpec &SS, bool EnteringContext) argument
H A DSemaExprCXX.cpp45 bool EnteringContext) {
102 DeclContext *DC = computeDeclContext(SS, EnteringContext);
117 LookupCtx = computeDeclContext(PrefixSS, EnteringContext);
123 LookupCtx = computeDeclContext(SS, EnteringContext);
188 if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) {
40 getDestructorName(SourceLocation TildeLoc, IdentifierInfo &II, SourceLocation NameLoc, Scope *S, CXXScopeSpec &SS, ParsedType ObjectTypePtr, bool EnteringContext) argument
H A DSemaLookup.cpp1601 /// @param EnteringContext Indicates whether we are going to enter the
1606 bool AllowBuiltinCreation, bool EnteringContext) {
1614 if (DeclContext *DC = computeDeclContext(*SS, EnteringContext)) {
3478 bool EnteringContext,
3505 EnteringContext);
3694 /// \param EnteringContext whether we're entering the context described by
3709 bool EnteringContext,
3759 QualifiedDC = computeDeclContext(*SS, EnteringContext);
3921 EnteringContext, CCC.IsObjCIvarLookup);
1605 LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, bool AllowBuiltinCreation, bool EnteringContext) argument
3473 LookupPotentialTypoResult(Sema &SemaRef, LookupResult &Res, IdentifierInfo *Name, Scope *S, CXXScopeSpec *SS, DeclContext *MemberContext, bool EnteringContext, bool isObjCIvarLookup) argument
3704 CorrectTypo(const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DSemaTemplate.cpp138 bool EnteringContext,
167 LookupTemplateName(R, S, SS, ObjectType, EnteringContext,
247 bool EnteringContext,
270 LookupCtx = computeDeclContext(SS, EnteringContext);
2357 bool EnteringContext,
2368 LookupCtx = computeDeclContext(SS, EnteringContext);
2390 ObjectType, EnteringContext, Result,
133 isTemplateName(Scope *S, CXXScopeSpec &SS, bool hasTemplateKeyword, UnqualifiedId &Name, ParsedType ObjectTypePtr, bool EnteringContext, TemplateTy &TemplateResult, bool &MemberOfUnknownSpecialization) argument
244 LookupTemplateName(LookupResult &Found, Scope *S, CXXScopeSpec &SS, QualType ObjectType, bool EnteringContext, bool &MemberOfUnknownSpecialization) argument
2352 ActOnDependentTemplateName(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Name, ParsedType ObjectType, bool EnteringContext, TemplateTy &Result) argument
/external/clang/lib/Parse/
H A DParser.cpp1330 const bool EnteringContext = false; local
1335 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext))
1339 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, false, SS,
1353 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, false, SS,
1457 bool Parser::TryAnnotateTypeOrScopeToken(bool EnteringContext, bool NeedType) { argument
1473 /*EnteringContext=*/false,
1481 (!TryAnnotateTypeOrScopeToken(EnteringContext, NeedType) &&
1541 if (ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext))
1544 return TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, NeedType,
1551 bool Parser::TryAnnotateTypeOrScopeTokenAfterScopeSpec(bool EnteringContext, argument
1646 TryAnnotateCXXScopeToken(bool EnteringContext) argument
[all...]
H A DParseDeclCXX.cpp238 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
391 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
466 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
480 /*EnteringContext=*/false,
803 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
1033 bool EnteringContext, DeclSpecContext DSC) {
1121 if (ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext))
1779 /*EnteringContext=*/false);
2521 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
1029 ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation StartLoc, DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, bool EnteringContext, DeclSpecContext DSC) argument
H A DParseExprCXX.cpp77 bool EnteringContext,
91 TemplateName, ObjectType, EnteringContext,
122 /// \param EnteringContext whether we will be entering into the context of
138 bool EnteringContext,
206 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext); local
238 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
271 ObjectType, EnteringContext,
316 EnteringContext)) {
346 EnteringContext) &&
376 ObjectType, EnteringContext, S
76 CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, bool EnteringContext, IdentifierInfo &II, CXXScopeSpec &SS) argument
136 ParseOptionalCXXScopeSpecifier(CXXScopeSpec &SS, ParsedType ObjectType, bool EnteringContext, bool *MayBePseudoDestructor, bool IsTypename) argument
1575 ParseUnqualifiedIdTemplateId(CXXScopeSpec &SS, SourceLocation TemplateKWLoc, IdentifierInfo *Name, SourceLocation NameLoc, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Id, bool AssumeTemplateId) argument
1781 ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Result) argument
2004 ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, bool AllowDestructorName, bool AllowConstructorName, ParsedType ObjectType, SourceLocation& TemplateKWLoc, UnqualifiedId &Result) argument
[all...]
H A DParseDecl.cpp1906 /*EnteringContext*/ false, DSC_normal);
2124 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); local
2720 EnteringContext, DSContext);
3116 /*EnteringContext=*/false))
3820 /*EnteringContext=*/true)) {
4065 bool EnteringContext = D.getContext() == Declarator::FileContext || local
4068 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext);
4250 bool EnteringContext = D.getContext() == Declarator::FileContext || local
4253 EnteringContext);
4307 /*EnteringContext
[all...]

Completed in 181 milliseconds