Searched refs:Attr (Results 151 - 159 of 159) sorted by relevance

1234567

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h56 class Attr;
H A DExpr.h2782 const Attr *getUnusedResultAttr(const ASTContext &Ctx) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp16 #include "clang/AST/Attr.h"
1518 const Attr *CallExpr::getUnusedResultAttr(const ASTContext &Ctx) const {
H A DExprConstant.cpp42 #include "clang/AST/Attr.h"
5437 for (const auto *Attr : Callee->specific_attrs<NonNullAttr>()) {
5438 if (!Attr->args_size()) {
5442 for (auto Idx : Attr->args()) {
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp10365 StringRef Attr; local
10367 Attr = " (weak_import)";
10374 << Entry.symbolName() << Attr << "\n";
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5612 if (const EnableIfAttr *Attr = S.CheckEnableIf(Callee, ArgExprs, true)) {
5620 << Attr->getCond()->getSourceRange() << Attr->getMessage();
H A DSemaExprCXX.cpp2815 auto CreateAllocationFunctionDecl = [&](Attr *ExtraAttr) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6401 Attr *ReadAttr() {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21017 AttributeList Attr = DAG.getMachineFunction().getFunction().getAttributes();
21018 if (isIntDivCheap(N->getValueType(0), Attr))
[all...]

Completed in 403 milliseconds

1234567