Searched refs:setAttr (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h203 void setAttr(std::string MAttr) { TMBuilder.MAttr = std::move(MAttr); } function in class:llvm::ThinLTOCodeGenerator
H A DLTOCodeGenerator.h96 void setAttr(StringRef MAttr) { this->MAttr = MAttr; } function in struct:llvm::LTOCodeGenerator
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h876 void setAttr(const Attr *A) { function in class:clang::AttributedTypeLoc
887 setAttr(nullptr);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp995 CodeGen.setAttr(attrs);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5562 TL.setAttr(State.takeAttrForAttributedType(TL.getTypePtr()));
H A DTreeTransform.h6370 newTL.setAttr(newAttr);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6605 TL.setAttr(ReadAttr());

Completed in 385 milliseconds