Searched defs:AS (Results 76 - 85 of 85) sorted by relevance

1234

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h107 AccessSpecDecl(AccessSpecifier AS, DeclContext *DC, argument
129 static AccessSpecDecl *Create(ASTContext &C, AccessSpecifier AS, argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp650 unsigned AS = CGM.getContext().getTargetAddressSpace(PointeeTy); local
985 unsigned AS = CGM.getContext().getTargetAddressSpace(PointeeTy); local
772 createFieldType(StringRef name, QualType type, uint64_t sizeInBitsOverride, SourceLocation loc, AccessSpecifier AS, uint64_t offsetInBits, llvm::DIFile tunit, llvm::DIScope scope) argument
H A DCGExpr.cpp1687 unsigned AS = cast<llvm::PointerType>(V->getType())->getAddressSpace(); local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp1786 AccessSpecifier AS = CXXRecordDecl::MergeAccess(SubobjectAccess, local
H A DSemaTemplate.cpp840 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.cpp3163 Decl *Sema::ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, argument
3195 Decl *Sema::ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, argument
3461 InjectAnonymousStructOrUnionMembers(Sema &SemaRef, Scope *S, DeclContext *Owner, RecordDecl *AnonRecord, AccessSpecifier AS, SmallVectorImpl<NamedDecl *> &Chaining, bool MSAnonStruct) argument
3556 BuildAnonymousStructOrUnion(Scope *S, DeclSpec &DS, AccessSpecifier AS, RecordDecl *Record) argument
10328 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
11293 HandleField(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS) argument
11400 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.cpp1856 Sema::ActOnCXXMemberDeclarator(Scope *S, AccessSpecifier AS, Declarator &D, argument
6966 ActOnUsingDeclaration(Scope *S, AccessSpecifier AS, bool HasUsingKeyword, SourceLocation UsingLoc, CXXScopeSpec &SS, UnqualifiedId &Name, AttributeList *AttrList, bool HasTypenameKeyword, SourceLocation TypenameLoc) argument
7310 BuildUsingDeclaration(Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, CXXScopeSpec &SS, const DeclarationNameInfo &NameInfo, AttributeList *AttrList, bool IsInstantiation, bool HasTypenameKeyword, SourceLocation TypenameLoc) argument
7713 ActOnAliasDeclaration(Scope *S, AccessSpecifier AS, MultiTemplateParamsArg TemplateParamLists, SourceLocation UsingLoc, UnqualifiedId &Name, AttributeList *AttrList, TypeResult Type) argument
12740 HandleMSProperty(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS, AttributeList *MSPropertyAttr) argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1434 unsigned AS = Ptr->getType()->getPointerAddressSpace(); local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1597 unsigned AS = getTargetAddressSpace( local
1607 unsigned AS = getTargetAddressSpace( local
1614 unsigned AS = getTargetAddressSpace(cast<PointerType>(T)->getPointeeType()); local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6991 AccessSpecifier AS = (AccessSpecifier)Record[Idx++]; local
7001 AccessSpecifier AS = static_cast<AccessSpecifier>(Record[Idx++]); local

Completed in 275 milliseconds

1234