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

/external/clang/include/clang/Sema/
H A DExternalSemaSource.h198 bool EnteringContext,
194 CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DSemaInternal.h102 bool EnteringContext)
109 EnteringContext(EnteringContext), SearchNamespaces(false) {
314 bool EnteringContext; member in class:clang::TypoCorrectionConsumer
96 TypoCorrectionConsumer(Sema &SemaRef, const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, std::unique_ptr<CorrectionCandidateCallback> CCC, DeclContext *MemberContext, bool EnteringContext) argument
/external/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp289 bool EnteringContext,
294 EnteringContext, OPT))
284 CorrectTypo( const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DSemaCXXScopeSpec.cpp68 /// \param EnteringContext when true, we will be entering the context of
77 bool EnteringContext) {
88 if (EnteringContext) {
433 /// \param EnteringContext If true, enter the context specified by the
462 bool EnteringContext,
484 LookupCtx = computeDeclContext(SS, EnteringContext);
593 CTK_ErrorRecovery, LookupCtx, EnteringContext)) {
797 bool EnteringContext,
806 EnteringContext, SS,
845 bool EnteringContext) {
76 computeDeclContext(const CXXScopeSpec &SS, bool EnteringContext) argument
457 BuildCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, QualType ObjectType, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
792 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
840 IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation ColonLoc, ParsedType ObjectType, bool EnteringContext) argument
855 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 DSemaLookup.cpp1825 /// @param EnteringContext Indicates whether we are going to enter the
1830 bool AllowBuiltinCreation, bool EnteringContext) {
1842 if (DeclContext *DC = computeDeclContext(*SS, EnteringContext)) {
3358 bool EnteringContext,
3608 EnteringContext,
3859 bool EnteringContext,
3888 EnteringContext);
4061 DeclContext *MemberContext, bool EnteringContext,
4126 EnteringContext);
4140 QualifiedDC = computeDeclContext(*SS, EnteringContext);
1829 LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, bool AllowBuiltinCreation, bool EnteringContext) argument
3854 LookupPotentialTypoResult(Sema &SemaRef, LookupResult &Res, IdentifierInfo *Name, Scope *S, CXXScopeSpec *SS, DeclContext *MemberContext, bool EnteringContext, bool isObjCIvarLookup, bool FindHidden) argument
4057 makeTypoCorrectionConsumer( const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, std::unique_ptr<CorrectionCandidateCallback> CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT, bool ErrorRecovery) argument
4228 CorrectTypo(const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, std::unique_ptr<CorrectionCandidateCallback> CCC, CorrectTypoKind Mode, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT, bool RecordFailure) argument
4364 CorrectTypoDelayed( const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, std::unique_ptr<CorrectionCandidateCallback> CCC, TypoDiagnosticGenerator TDG, TypoRecoveryCallback TRC, CorrectTypoKind Mode, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
[all...]
H A DSemaCodeComplete.cpp4164 bool EnteringContext) {
4168 DeclContext *Ctx = computeDeclContext(SS, EnteringContext);
4193 if (!EnteringContext)
4163 CodeCompleteQualifiedId(Scope *S, CXXScopeSpec &SS, bool EnteringContext) argument
H A DSemaExprCXX.cpp88 bool EnteringContext) {
141 DeclContext *DC = computeDeclContext(SS, EnteringContext);
158 LookupCtx = computeDeclContext(PrefixSS, EnteringContext);
164 LookupCtx = computeDeclContext(SS, EnteringContext);
229 if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) {
83 getDestructorName(SourceLocation TildeLoc, IdentifierInfo &II, SourceLocation NameLoc, Scope *S, CXXScopeSpec &SS, ParsedType ObjectTypePtr, bool EnteringContext) argument
H A DSemaTemplate.cpp141 bool EnteringContext,
170 LookupTemplateName(R, S, SS, ObjectType, EnteringContext,
250 bool EnteringContext,
274 LookupCtx = computeDeclContext(SS, EnteringContext);
2935 bool EnteringContext,
2946 LookupCtx = computeDeclContext(SS, EnteringContext);
2968 ObjectType, EnteringContext, Result,
136 isTemplateName(Scope *S, CXXScopeSpec &SS, bool hasTemplateKeyword, UnqualifiedId &Name, ParsedType ObjectTypePtr, bool EnteringContext, TemplateTy &TemplateResult, bool &MemberOfUnknownSpecialization) argument
247 LookupTemplateName(LookupResult &Found, Scope *S, CXXScopeSpec &SS, QualType ObjectType, bool EnteringContext, bool &MemberOfUnknownSpecialization) argument
2930 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,
1469 bool Parser::TryAnnotateTypeOrScopeToken(bool EnteringContext, bool NeedType) { argument
1486 bool Result = TryAnnotateTypeOrScopeToken(EnteringContext, NeedType);
1503 /*EnteringContext=*/false,
1511 (!TryAnnotateTypeOrScopeToken(EnteringContext, NeedType) &&
1572 if (ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext))
1575 return TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, NeedTyp
1582 TryAnnotateTypeOrScopeTokenAfterScopeSpec(bool EnteringContext, bool NeedType, CXXScopeSpec &SS, bool IsNewScope) argument
1678 TryAnnotateCXXScopeToken(bool EnteringContext) argument
[all...]
H A DParseDeclCXX.cpp264 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
439 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
514 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false,
546 } else if (ParseUnqualifiedId(SS, /*EnteringContext=*/ false,
939 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
1194 bool EnteringContext, DeclSpecContext DSC,
1321 if (ParseOptionalCXXScopeSpecifier(Spec, ParsedType(), EnteringContext)) {
2240 /*EnteringContext=*/false);
3162 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
1190 ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation StartLoc, DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, bool EnteringContext, DeclSpecContext DSC, ParsedAttributesWithRange &Attributes) argument
H A DParseExprCXX.cpp81 bool EnteringContext,
95 TemplateName, ObjectType, EnteringContext,
168 /// \param EnteringContext whether we will be entering into the context of
189 bool EnteringContext,
291 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext); local
327 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
360 ObjectType, EnteringContext,
408 EnteringContext)) {
437 EnteringContext) &&
500 ObjectType, EnteringContext, S
80 CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, bool EnteringContext, IdentifierInfo &II, CXXScopeSpec &SS) argument
187 ParseOptionalCXXScopeSpecifier(CXXScopeSpec &SS, ParsedType ObjectType, bool EnteringContext, bool *MayBePseudoDestructor, bool IsTypename, IdentifierInfo **LastII) argument
1938 ParseUnqualifiedIdTemplateId(CXXScopeSpec &SS, SourceLocation TemplateKWLoc, IdentifierInfo *Name, SourceLocation NameLoc, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Id, bool AssumeTemplateId) argument
2145 ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Result) argument
2374 ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, bool AllowDestructorName, bool AllowConstructorName, ParsedType ObjectType, SourceLocation& TemplateKWLoc, UnqualifiedId &Result) argument
[all...]
H A DParseDecl.cpp2235 /*EnteringContext*/ false, DSC_normal, Attrs);
2433 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); local
2438 TryAnnotateCXXScopeToken(EnteringContext)) {
2569 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); local
2652 if (TryAnnotateCXXScopeToken(EnteringContext)) {
2858 if (TryAnnotateCXXScopeToken(EnteringContext)) {
3233 EnteringContext, DSContext, Attributes);
3655 /*EnteringContext=*/true))
4403 /*EnteringContext=*/true)) {
4715 bool EnteringContext local
4922 bool EnteringContext = D.getContext() == Declarator::FileContext || local
[all...]

Completed in 888 milliseconds