Home
last modified time | relevance | path

Searched defs:getAttr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h232 dwarf::Attribute getAttr() const { return TagAttrOpcode.Attr; } in getAttr() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h579 template<typename T> T *getAttr() const { in getAttr() function
H A DTypeLoc.h898 const Attr *getAttr() const { in getAttr() function
930 const BTFTypeTagAttr *getAttr() const { return getTypePtr()->getAttr(); } in getAttr() function
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h406 const Attr *getAttr() const { return Attribute; } in getAttr() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp562 auto getAttr = [&](llvm::dwarf::Attribute Attr, unsigned defaultValue = 0) { in GetPtrAuthMofidierPayload() local