Searched defs:NBA (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGCall.cpp | 2164 addNoBuiltinAttributes(llvm::AttrBuilder & FuncAttrs,const LangOptions & LangOpts,const NoBuiltinAttr * NBA=nullptr) addNoBuiltinAttributes() argument |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDeclAttr.cpp | 886 if (const auto *NBA = D->getAttr<NoBuiltinAttr>()) handleNoBuiltinAttr() local |
H A D | SemaDecl.cpp | 10805 if (const auto *NBA = NewFD->getAttr<NoBuiltinAttr>()) ActOnFunctionDeclarator() local |