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

/external/clang/include/clang/Sema/
H A DExternalSemaSource.h203 bool EnteringContext,
199 CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp108 bool EnteringContext,
115 DestContext = CurrentSema->computeDeclContext(*SS, EnteringContext);
104 CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp68 /// \param EnteringContext when true, we will be entering the context of
77 bool EnteringContext) {
88 if (EnteringContext) {
388 /// \param EnteringContext If true, enter the context specified by the
417 bool EnteringContext,
439 LookupCtx = computeDeclContext(SS, EnteringContext);
549 EnteringContext)) {
735 bool EnteringContext,
744 EnteringContext, SS,
783 bool EnteringContext) {
76 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, bool *IsCorrectedToColon) argument
730 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
778 IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation ColonLoc, ParsedType ObjectType, bool EnteringContext) argument
793 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 DMultiplexExternalSemaSource.cpp287 bool EnteringContext,
292 EnteringContext, OPT))
282 CorrectTypo( const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DSemaCodeComplete.cpp4022 bool EnteringContext) {
4026 DeclContext *Ctx = computeDeclContext(SS, EnteringContext);
4051 if (!EnteringContext)
4021 CodeCompleteQualifiedId(Scope *S, CXXScopeSpec &SS, bool EnteringContext) argument
H A DSemaExprCXX.cpp86 bool EnteringContext) {
136 DeclContext *DC = computeDeclContext(SS, EnteringContext);
153 LookupCtx = computeDeclContext(PrefixSS, EnteringContext);
159 LookupCtx = computeDeclContext(SS, EnteringContext);
223 if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) {
81 getDestructorName(SourceLocation TildeLoc, IdentifierInfo &II, SourceLocation NameLoc, Scope *S, CXXScopeSpec &SS, ParsedType ObjectTypePtr, bool EnteringContext) argument
H A DSemaLookup.cpp1795 /// @param EnteringContext Indicates whether we are going to enter the
1800 bool AllowBuiltinCreation, bool EnteringContext) {
1808 if (DeclContext *DC = computeDeclContext(*SS, EnteringContext)) {
3279 bool EnteringContext,
3340 bool EnteringContext)
3345 EnteringContext(EnteringContext), SearchNamespaces(false) {
3469 bool EnteringContext; member in class:__anon18068::TypoCorrectionConsumer
3625 EnteringContext,
3894 bool EnteringContext,
1799 LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, bool AllowBuiltinCreation, bool EnteringContext) argument
3334 TypoCorrectionConsumer(Sema &SemaRef, const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext) argument
3889 LookupPotentialTypoResult(Sema &SemaRef, LookupResult &Res, IdentifierInfo *Name, Scope *S, CXXScopeSpec *SS, DeclContext *MemberContext, bool EnteringContext, bool isObjCIvarLookup, bool FindHidden) argument
4159 CorrectTypo(const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, CorrectTypoKind Mode, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT, bool RecordFailure) argument
[all...]
H A DSemaTemplate.cpp140 bool EnteringContext,
169 LookupTemplateName(R, S, SS, ObjectType, EnteringContext,
249 bool EnteringContext,
273 LookupCtx = computeDeclContext(SS, EnteringContext);
2917 bool EnteringContext,
2928 LookupCtx = computeDeclContext(SS, EnteringContext);
2950 ObjectType, EnteringContext, Result,
135 isTemplateName(Scope *S, CXXScopeSpec &SS, bool hasTemplateKeyword, UnqualifiedId &Name, ParsedType ObjectTypePtr, bool EnteringContext, TemplateTy &TemplateResult, bool &MemberOfUnknownSpecialization) argument
246 LookupTemplateName(LookupResult &Found, Scope *S, CXXScopeSpec &SS, QualType ObjectType, bool EnteringContext, bool &MemberOfUnknownSpecialization) argument
2912 ActOnDependentTemplateName(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Name, ParsedType ObjectType, bool EnteringContext, TemplateTy &Result) argument
/external/clang/lib/Parse/
H A DParser.cpp1327 const bool EnteringContext = false; local
1332 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext))
1336 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, false, SS,
1350 if (TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, false, SS,
1484 bool Parser::TryAnnotateTypeOrScopeToken(bool EnteringContext, bool NeedType) { argument
1500 bool Result = TryAnnotateTypeOrScopeToken(EnteringContext, NeedType);
1517 /*EnteringContext=*/false,
1525 (!TryAnnotateTypeOrScopeToken(EnteringContext, NeedType) &&
1586 if (ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext))
1589 return TryAnnotateTypeOrScopeTokenAfterScopeSpec(EnteringContext, NeedTyp
1596 TryAnnotateTypeOrScopeTokenAfterScopeSpec(bool EnteringContext, bool NeedType, CXXScopeSpec &SS, bool IsNewScope) argument
1692 TryAnnotateCXXScopeToken(bool EnteringContext) argument
[all...]
H A DParseDeclCXX.cpp254 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
429 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
498 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false,
530 } else if (ParseUnqualifiedId(SS, /*EnteringContext=*/ false,
917 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
1169 bool EnteringContext, DeclSpecContext DSC,
1245 if (ParseOptionalCXXScopeSpecifier(SS, ParsedType(), EnteringContext))
2037 /*EnteringContext=*/false);
2859 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
1165 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,
165 /// \param EnteringContext whether we will be entering into the context of
186 bool EnteringContext,
269 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext); local
305 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
338 ObjectType, EnteringContext,
386 EnteringContext)) {
415 EnteringContext) &&
467 ObjectType, EnteringContext, S
80 CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, bool EnteringContext, IdentifierInfo &II, CXXScopeSpec &SS) argument
184 ParseOptionalCXXScopeSpecifier(CXXScopeSpec &SS, ParsedType ObjectType, bool EnteringContext, bool *MayBePseudoDestructor, bool IsTypename, IdentifierInfo **LastII) argument
1872 ParseUnqualifiedIdTemplateId(CXXScopeSpec &SS, SourceLocation TemplateKWLoc, IdentifierInfo *Name, SourceLocation NameLoc, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Id, bool AssumeTemplateId) argument
2079 ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Result) argument
2308 ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, bool AllowDestructorName, bool AllowConstructorName, ParsedType ObjectType, SourceLocation& TemplateKWLoc, UnqualifiedId &Result) argument
[all...]
H A DParseDecl.cpp2110 /*EnteringContext*/ false, DSC_normal, Attrs);
2308 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); local
2313 TryAnnotateCXXScopeToken(EnteringContext)) {
2441 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); local
2522 if (TryAnnotateCXXScopeToken(EnteringContext)) {
2721 if (TryAnnotateCXXScopeToken(EnteringContext)) {
3090 EnteringContext, DSContext, Attributes);
3507 /*EnteringContext=*/true))
4243 /*EnteringContext=*/true)) {
4534 bool EnteringContext local
4727 bool EnteringContext = D.getContext() == Declarator::FileContext || local
[all...]

Completed in 1697 milliseconds