Searched refs:checkFunctionConditionAttr (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 663 static bool checkFunctionConditionAttr(Sema &S, Decl *D, const ParsedAttr &AL, in checkFunctionConditionAttr() function 696 if (checkFunctionConditionAttr(S, D, AL, Cond, Msg)) in handleEnableIfAttr() 852 if (!checkFunctionConditionAttr(S, D, AL, Cond, Msg)) in handleDiagnoseIfAttr()
|