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) {
417 bool EnteringContext,
436 LookupCtx = computeDeclContext(SS, EnteringContext);
518 LookupCtx, EnteringContext))) {
700 bool EnteringContext,
707 EnteringContext, SS,
745 bool EnteringContext) {
751 EnteringContext, S
82 computeDeclContext(const CXXScopeSpec &SS, bool EnteringContext) argument
412 BuildCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, QualType ObjectType, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup) argument
695 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS) argument
740 IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation ColonLoc, ParsedType ObjectType, bool EnteringContext) argument
755 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.cpp3925 bool EnteringContext) {
3929 DeclContext *Ctx = computeDeclContext(SS, EnteringContext);
3954 if (!EnteringContext)
3924 CodeCompleteQualifiedId(Scope *S, CXXScopeSpec &SS, bool EnteringContext) argument
H A DSemaExprCXX.cpp44 bool EnteringContext) {
101 DeclContext *DC = computeDeclContext(SS, EnteringContext);
116 LookupCtx = computeDeclContext(PrefixSS, EnteringContext);
122 LookupCtx = computeDeclContext(SS, EnteringContext);
187 if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) {
39 getDestructorName(SourceLocation TildeLoc, IdentifierInfo &II, SourceLocation NameLoc, Scope *S, CXXScopeSpec &SS, ParsedType ObjectTypePtr, bool EnteringContext) argument
H A DSemaLookup.cpp1603 /// @param EnteringContext Indicates whether we are going to enter the
1608 bool AllowBuiltinCreation, bool EnteringContext) {
1616 if (DeclContext *DC = computeDeclContext(*SS, EnteringContext)) {
3487 bool EnteringContext,
3514 EnteringContext);
3688 /// \param EnteringContext whether we're entering the context described by
3703 bool EnteringContext,
3753 QualifiedDC = computeDeclContext(*SS, EnteringContext);
3888 EnteringContext, CCC.IsObjCIvarLookup);
1607 LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, bool AllowBuiltinCreation, bool EnteringContext) argument
3482 LookupPotentialTypoResult(Sema &SemaRef, LookupResult &Res, IdentifierInfo *Name, Scope *S, CXXScopeSpec *SS, DeclContext *MemberContext, bool EnteringContext, bool isObjCIvarLookup) argument
3698 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);
2316 bool EnteringContext,
2327 LookupCtx = computeDeclContext(SS, EnteringContext);
2349 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
2311 ActOnDependentTemplateName(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Name, ParsedType ObjectType, bool EnteringContext, TemplateTy &Result) argument
/external/clang/lib/Parse/
H A DParser.cpp1251 bool Parser::TryAnnotateTypeOrScopeToken(bool EnteringContext, bool NeedType) { argument
1266 /*EnteringContext=*/false,
1322 if (ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext))
1370 EnteringContext,
1431 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { argument
1439 if (ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext))
1561 /*EnteringContext=*/false);
H A DParseDecl.cpp1683 /*EnteringContext*/ false, DSC_normal);
1849 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); local
2412 EnteringContext, DSContext);
2794 /*EnteringContext=*/false))
3457 /*EnteringContext=*/true)) {
3702 bool EnteringContext = D.getContext() == Declarator::FileContext || local
3705 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext);
3887 bool EnteringContext = D.getContext() == Declarator::FileContext || local
3890 EnteringContext);
3944 /*EnteringContext
[all...]
H A DParseDeclCXX.cpp238 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
391 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
459 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
473 /*EnteringContext=*/false,
790 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
947 bool EnteringContext, DeclSpecContext DSC) {
1023 if (ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext))
1731 /*EnteringContext=*/false);
2469 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
943 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,
317 EnteringContext)) {
347 EnteringContext) &&
377 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
1598 ParseUnqualifiedIdTemplateId(CXXScopeSpec &SS, SourceLocation TemplateKWLoc, IdentifierInfo *Name, SourceLocation NameLoc, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Id, bool AssumeTemplateId) argument
1805 ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Result) argument
2028 ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, bool AllowDestructorName, bool AllowConstructorName, ParsedType ObjectType, SourceLocation& TemplateKWLoc, UnqualifiedId &Result) argument
[all...]

Completed in 3939 milliseconds