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

123

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h227 DwarfUnits(AsmPrinter *AP, FoldingSet<DIEAbbrev> *AS, argument
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp626 int SlotTracker::getAttributeGroupSlot(AttributeSet AS) { argument
685 void SlotTracker::CreateAttributeSetSlot(AttributeSet AS) { argument
1612 AttributeSet AS = Attrs.getFnAttributes(); local
[all...]
H A DConstants.cpp1832 unsigned AS = C->getType()->getPointerAddressSpace(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h394 void setAccess(AccessSpecifier AS) { argument
H A DDeclCXX.h106 AccessSpecDecl(AccessSpecifier AS, DeclContext *DC, argument
128 static AccessSpecDecl *Create(ASTContext &C, AccessSpecifier AS, argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp539 void ASTDumper::dumpAccessSpecifier(AccessSpecifier AS) { argument
H A DDeclCXX.cpp551 AccessSpecifier AS = Conversion->getAccessUnsafe(); local
560 data().Conversions.addDecl(getASTContext(), FunTmpl, AS); local
566 data().Conversions.addDecl(getASTContext(), Conversion, AS); local
2035 static const char *getAccessName(AccessSpecifier AS) { argument
2049 operator <<(const DiagnosticBuilder &DB, AccessSpecifier AS) argument
2054 operator <<(const PartialDiagnostic &DB, AccessSpecifier AS) argument
[all...]
H A DRecordLayoutBuilder.cpp2061 unsigned AS = RT->getPointeeType().getAddressSpace(); local
H A DASTContext.cpp1533 unsigned AS = getTargetAddressSpace( local
1543 unsigned AS = getTargetAddressSpace( local
1550 unsigned AS = getTargetAddressSpace(cast<PointerType>(T)->getPointeeType()); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1258 unsigned AS = allocation->getType()->getPointerAddressSpace(); local
H A DItaniumCXXABI.cpp344 unsigned AS = Base->getType()->getPointerAddressSpace(); local
906 unsigned AS = NewPtr->getType()->getPointerAddressSpace(); local
948 unsigned AS = allocPtr->getType()->getPointerAddressSpace(); local
975 unsigned AS = newPtr->getType()->getPointerAddressSpace(); local
1005 unsigned AS local
[all...]
H A DCodeGenModule.cpp1049 unsigned AS = getContext().getTargetAddressSpace(VD->getType()); local
H A DCGDebugInfo.cpp641 unsigned AS = CGM.getContext().getTargetAddressSpace(PointeeTy); local
983 unsigned AS = CGM.getContext().getTargetAddressSpace(PointeeTy); local
763 createFieldType(StringRef name, QualType type, uint64_t sizeInBitsOverride, SourceLocation loc, AccessSpecifier AS, uint64_t offsetInBits, llvm::DIFile tunit, llvm::DIDescriptor scope) argument
H A DCGExpr.cpp1753 unsigned AS = cast<llvm::PointerType>(V->getType())->getAddressSpace(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp1902 void Parser::ParseCXXClassMemberDeclaration(AccessSpecifier AS, argument
446 ParseUsingDeclaration(unsigned Context, const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, SourceLocation &DeclEnd, AccessSpecifier AS, Decl **OwnedType) argument
1102 ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation StartLoc, DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, bool EnteringContext, DeclSpecContext DSC, ParsedAttributesWithRange &Attributes) argument
2568 AccessSpecifier AS = getAccessSpecifierIfPresent(); local
3303 AccessSpecifier AS = getAccessSpecifierIfPresent(); local
[all...]
H A DParseDecl.cpp1945 void Parser::ParseSpecifierQualifierList(DeclSpec &DS, AccessSpecifier AS, argument
38 ParseTypeName(SourceRange *Range, Declarator::TheContext Context, AccessSpecifier AS, Decl **OwnedType, ParsedAttributes *Attrs) argument
2027 ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, DeclSpecContext DSC, ParsedAttributesWithRange &Attrs) argument
2315 ParseDeclarationSpecifiers(DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, DeclSpecContext DSContext, LateParsedAttrList *LateAttrs) argument
3356 ParseEnumSpecifier(SourceLocation StartLoc, DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, DeclSpecContext DSC) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp1064 SymbolRef AS = SV.getAsLocSymbol(); local
1072 SymbolRef AS = PSV.getAsLocSymbol(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1445 AccessSpecifier AS = (AccessSpecifier)Record[Idx++]; local
1912 AccessSpecifier AS = (AccessSpecifier)Record[Idx++]; local
H A DASTReader.cpp6906 AccessSpecifier AS = (AccessSpecifier)Record[Idx++]; local
6916 AccessSpecifier AS = static_cast<AccessSpecifier>(Record[Idx++]); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3634 unsigned AS = SI ? SI->getPointerAddressSpace() : local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp1622 AccessSpecifier AS = CXXRecordDecl::MergeAccess(SubobjectAccess, local
H A DSemaTemplate.cpp845 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.cpp3029 Decl *Sema::ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, argument
3037 Decl *Sema::ParsedFreeStandingDeclSpec(Scope *S, AccessSpecifier AS, argument
3303 InjectAnonymousStructOrUnionMembers(Sema &SemaRef, Scope *S, DeclContext *Owner, RecordDecl *AnonRecord, AccessSpecifier AS, SmallVector<NamedDecl*, 2> &Chaining, bool MSAnonStruct) argument
3398 BuildAnonymousStructOrUnion(Scope *S, DeclSpec &DS, AccessSpecifier AS, RecordDecl *Record) argument
9471 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
10425 HandleField(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS) argument
10532 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.cpp1758 Sema::ActOnCXXMemberDeclarator(Scope *S, AccessSpecifier AS, Declarator &D, argument
6987 NamedDecl *Sema::BuildUsingDeclaration(Scope *S, AccessSpecifier AS, argument
6681 ActOnUsingDeclaration(Scope *S, AccessSpecifier AS, bool HasUsingKeyword, SourceLocation UsingLoc, CXXScopeSpec &SS, UnqualifiedId &Name, AttributeList *AttrList, bool IsTypeName, SourceLocation TypenameLoc) argument
7372 ActOnAliasDeclaration(Scope *S, AccessSpecifier AS, MultiTemplateParamsArg TemplateParamLists, SourceLocation UsingLoc, UnqualifiedId &Name, AttributeList *AttrList, TypeResult Type) argument
12244 HandleMSProperty(Scope *S, RecordDecl *Record, SourceLocation DeclStart, Declarator &D, Expr *BitWidth, InClassInitStyle InitStyle, AccessSpecifier AS, AttributeList *MSPropertyAttr) argument
[all...]

Completed in 501 milliseconds

123