Searched defs:Attr (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DAttrImpl.cpp
H A DASTDumper.cpp2035 const HTMLStartTagComment::Attribute &Attr = C->getAttr(i); local
/freebsd-10.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.cpp41 uint16_t Attr = Data.getULEB128(OffsetPtr); local
H A DDWARFAbbreviationDeclaration.h26 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {} argument
27 uint16_t Attr; member in struct:llvm::DWARFAbbreviationDeclaration::AttributeSpec
H A DDWARFDebugInfoEntry.cpp145 getAttributeValue( const DWARFUnit *U, const uint16_t Attr, DWARFFormValue &FormValue) const argument
170 getAttributeValueAsString( const DWARFUnit *U, const uint16_t Attr, const char *FailValue) const argument
179 getAttributeValueAsAddress( const DWARFUnit *U, const uint16_t Attr, uint64_t FailValue) const argument
188 getAttributeValueAsUnsignedConstant( const DWARFUnit *U, const uint16_t Attr, uint64_t FailValue) const argument
197 getAttributeValueAsReference( const DWARFUnit *U, const uint16_t Attr, uint64_t FailValue) const argument
206 getAttributeValueAsSectionOffset( const DWARFUnit *U, const uint16_t Attr, uint64_t FailValue) const argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DThreading.cpp82 pthread_attr_t Attr; local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DTargetAttributesSema.cpp24 ProcessDeclAttribute(Scope *scope, Decl *D, const AttributeList &Attr, Sema &S) const argument
29 HandleARMInterruptAttr(Decl *d, const AttributeList &Attr, Sema &S) argument
62 ProcessDeclAttribute(Scope *scope, Decl *D, const AttributeList &Attr, Sema &S) const argument
73 HandleMSP430InterruptAttr(Decl *d, const AttributeList &Attr, Sema &S) argument
109 ProcessDeclAttribute(Scope *scope, Decl *D, const AttributeList &Attr, Sema &S) const argument
120 HandleX86ForceAlignArgPointerAttr(Decl *D, const AttributeList& Attr, Sema &S) argument
175 HandleDLLImportAttr(Decl *D, const AttributeList &Attr, Sema &S) argument
222 HandleDLLExportAttr(Decl *D, const AttributeList &Attr, Sema &S) argument
256 ProcessDeclAttribute(Scope *scope, Decl *D, const AttributeList &Attr, Sema &S) const argument
280 HandleMips16Attr(Decl *D, const AttributeList &Attr, Sema &S) argument
297 HandleNoMips16Attr(Decl *D, const AttributeList &Attr, Sema &S) argument
319 ProcessDeclAttribute(Scope *scope, Decl *D, const AttributeList &Attr, Sema &S) const argument
[all...]
H A DSemaAttr.cpp396 void Sema::PushNamespaceVisibilityAttr(const VisibilityAttr *Attr, argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DAttr.h42 class Attr { class in namespace:clang
77 Attr(attr::Kind AK, SourceRange R, unsigned SpellingListIndex = 0) function in class:clang::Attr
[all...]
H A DComment.h468 const Attribute &Attr = Attrs.back(); local
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp32 static StringRef getDIEStringAttr(const DIE &Die, uint16_t Attr) { argument
274 void DIEHash::hashAttribute(AttrEntry Attr, dwarf::Tag Tag) { argument
/freebsd-10.3-release/contrib/llvm/lib/MC/
H A DMCSectionMachO.cpp262 StringRef Attr = Plus.first; local
/freebsd-10.3-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h133 AttributeSet Attr = local
151 AttributeSet Attr = AttributeSet(); local
170 AttributeSet Attr = local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp113 MigrationContext::GCAttrOccurrence &Attr = MigrateCtx.GCAttrs.back(); local
190 MigrationContext::GCAttrOccurrence &Attr local
206 MigrationContext::GCAttrOccurrence &Attr = MigrateCtx.GCAttrs[i]; local
342 GCAttrOccurrence &Attr = GCAttrs[i]; local
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DGraphWriter.h261 void emitSimpleNode(const void *ID, const std::string &Attr, argument
266 O << Attr << ","; local
/freebsd-10.3-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp868 std::string Attr = Lex.getStrVal(); local
H A DLLParser.h361 ArgInfo(LocTy L, Type *ty, AttributeSet Attr, const std::string &N) argument
/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DAttributes.cpp497 Attribute Attr = *II; local
976 addAttribute(Attribute Attr) argument
1020 Attribute Attr = *I; local
1108 Attribute Attr = *I; local
[all...]
/freebsd-10.3-release/contrib/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp262 MCSymbolAttr Attr = StringSwitch<MCSymbolAttr>(Directive) local
H A DELFAsmParser.cpp161 MCSymbolAttr Attr = StringSwitch<MCSymbolAttr>(Directive) local
521 MCSymbolAttr Attr; local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp208 const HTMLStartTagComment::Attribute &Attr = C->getAttr(i); local
/freebsd-10.3-release/contrib/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp1215 attributeMatches(Function *F1, Function *F2, Attribute::AttrKind Attr) argument
/freebsd-10.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1306 AttributeSet Attr = Attrs.getParamAttributes(Idx); local
/freebsd-10.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp103 Argument(Record &Arg, StringRef Attr) argument
147 SimpleArgument(Record &Arg, StringRef Attr, std::string T) argument
227 StringArgument(Record &Arg, StringRef Attr) argument
294 AlignedArgument(Record &Arg, StringRef Attr) argument
424 VariadicArgument(Record &Arg, StringRef Attr, std::string T) argument
519 EnumArgument(Record &Arg, StringRef Attr) argument
615 VariadicEnumArgument(Record &Arg, StringRef Attr) argument
700 VersionArgument(Record &Arg, StringRef Attr) argument
753 ExprArgument(Record &Arg, StringRef Attr) argument
785 VariadicExprArgument(Record &Arg, StringRef Attr) argument
835 TypeArgument(Record &Arg, StringRef Attr) argument
857 createArgument(Record &Arg, StringRef Attr, Record *Search = 0) argument
1207 Record &Attr = **I; local
1238 Record &Attr = **I; local
1464 Record &Attr = **I; local
1544 Record &Attr = **I; local
1644 Record &Attr = **I; local
1732 Record &Attr = **I; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp1063 Attr, DeclEndLoc); local
1112 Attr, DeclEndLoc); local

Completed in 308 milliseconds

12