Searched refs:AttrInfo (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaDeclAttr.cpp | 227 template <typename AttrInfo> 228 static typename std::enable_if<std::is_base_of<Attr, AttrInfo>::value, 230 getAttrLoc(const AttrInfo &AL) { in getAttrLoc() 240 template <typename AttrInfo> 241 static bool checkUInt32Argument(Sema &S, const AttrInfo &AI, const Expr *Expr, in checkUInt32Argument() 276 template <typename AttrInfo> 277 static bool checkPositiveIntArgument(Sema &S, const AttrInfo &AI, const Expr *Expr, in checkPositiveIntArgument() 322 template <typename AttrInfo> 324 Sema &S, const Decl *D, const AttrInfo &AI, unsigned AttrArgNum, in checkFunctionOrMethodParameterIndex() 843 template <typename AttrInfo> [all …]
|
| /freebsd-11-stable/contrib/expat/tests/ |
| HD | runtests.c | 2833 } AttrInfo; typedef 2839 AttrInfo *attributes; 2846 AttrInfo *attr; in counting_start_element_handler() 2904 AttrInfo doc_info[] = {{XCS("a"), XCS("1")}, in START_TEST() 2908 AttrInfo tag_info[] = {{XCS("c"), XCS("3")}, {NULL, NULL}}; in START_TEST()
|