Searched refs:checkIBOutletCommon (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 1108 static bool checkIBOutletCommon(Sema &S, Decl *D, const AttributeList &Attr) { in checkIBOutletCommon() function 1135 if (!checkIBOutletCommon(S, D, Attr)) in handleIBOutlet() 1153 if (!checkIBOutletCommon(S, D, Attr)) in handleIBOutletCollection()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 1383 static bool checkIBOutletCommon(Sema &S, Decl *D, const ParsedAttr &AL) { in checkIBOutletCommon() function 1410 if (!checkIBOutletCommon(S, D, AL)) in handleIBOutlet() 1424 if (!checkIBOutletCommon(S, D, AL)) in handleIBOutletCollection()
|