Searched defs:AS (Results 51 - 55 of 55) sorted by relevance

123

/external/clang/lib/Sema/
H A DSemaTemplate.cpp849 AccessSpecifier AS, SourceLocation ModulePrivateLoc,
1095 SetMemberAccessSpecifier(NewTemplate, PrevClassTemplate, AS);
844 CheckClassTemplate(Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr, TemplateParameterList *TemplateParams, AccessSpecifier AS, SourceLocation ModulePrivateLoc, unsigned NumOuterTemplateParamLists, TemplateParameterList** OuterTemplateParamLists) argument
H A DSemaDecl.cpp2596 Decl *Sema::ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, argument
2598 return ParsedFreeStandingDeclSpec(S, AS, DS, MultiTemplateParamsArg());
2604 Decl *Sema::ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, argument
2675 return BuildAnonymousStructOrUnion(S, DS, AS, Record);
2843 AccessSpecifier AS,
2891 IndirectField->setAccess(AS);
2896 if (AS != AS_none) IndirectField->setAccess(AS);
2949 AccessSpecifier AS,
3113 Anon->setAccess(AS);
2840 InjectAnonymousStructOrUnionMembers(Sema &SemaRef, Scope *S, DeclContext *Owner, RecordDecl *AnonRecord, AccessSpecifier AS, SmallVector<NamedDecl*, 2> &Chaining, bool MSAnonStruct) argument
2948 BuildAnonymousStructOrUnion(Scope *S, DeclSpec &DS, AccessSpecifier AS, RecordDecl *Record) argument
8339 ActOnTag(Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr, AccessSpecifier AS, SourceLocation ModulePrivateLoc, MultiTemplateParamsArg TemplateParameterLists, bool &OwnedDecl, bool &IsDependent, SourceLocation ScopedEnumKWLoc, bool ScopedEnumUsesClassTag, TypeResult UnderlyingType) argument
9257 HandleField(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS) argument
9352 CheckFieldDecl(DeclarationName Name, QualType T, TypeSourceInfo *TInfo, RecordDecl *Record, SourceLocation Loc, bool Mutable, Expr *BitWidth, InClassInitStyle InitStyle, SourceLocation TSSL, AccessSpecifier AS, NamedDecl *PrevDecl, Declarator *D) argument
[all...]
H A DSemaDeclCXX.cpp1490 /// declarator is parsed. 'AS' is the access specifier, 'BW' specifies the
1495 Sema::ActOnCXXMemberDeclarator(Scope *S, AccessSpecifier AS, Declarator &D, argument
1602 InitStyle, AS);
1637 Member->setAccess(AS);
1642 FunTmpl->getTemplatedDecl()->setAccess(AS);
5828 AccessSpecifier AS,
5892 NamedDecl *UD = BuildUsingDeclaration(S, AS, UsingLoc, SS,
6135 NamedDecl *Sema::BuildUsingDeclaration(Scope *S, AccessSpecifier AS, argument
6201 D->setAccess(AS);
6521 AccessSpecifier AS,
5827 ActOnUsingDeclaration(Scope *S, AccessSpecifier AS, bool HasUsingKeyword, SourceLocation UsingLoc, CXXScopeSpec &SS, UnqualifiedId &Name, AttributeList *AttrList, bool IsTypeName, SourceLocation TypenameLoc) argument
6520 ActOnAliasDeclaration(Scope *S, AccessSpecifier AS, MultiTemplateParamsArg TemplateParamLists, SourceLocation UsingLoc, UnqualifiedId &Name, TypeResult Type) argument
[all...]
/external/clang/lib/AST/
H A DASTContext.cpp1343 unsigned AS = getTargetAddressSpace( local
1345 Width = Target->getPointerWidth(AS);
1346 Align = Target->getPointerAlign(AS);
1353 unsigned AS = getTargetAddressSpace( local
1355 Width = Target->getPointerWidth(AS);
1356 Align = Target->getPointerAlign(AS);
1360 unsigned AS = getTargetAddressSpace(cast<PointerType>(T)->getPointeeType()); local
1361 Width = Target->getPointerWidth(AS);
1362 Align = Target->getPointerAlign(AS);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 432 milliseconds

123