Home
last modified time | relevance | path

Searched refs:checkForConsumableClass (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclAttr.cpp896 static bool checkForConsumableClass(Sema &S, const CXXMethodDecl *MD, in checkForConsumableClass() function
918 if (!checkForConsumableClass(S, cast<CXXMethodDecl>(D), Attr)) in handleCallableWhenAttr()
1037 if (!checkForConsumableClass(S, cast<CXXMethodDecl>(D), Attr)) in handleSetTypestateAttr()
1062 if (!checkForConsumableClass(S, cast<CXXMethodDecl>(D), Attr)) in handleTestTypestateAttr()
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp1177 static bool checkForConsumableClass(Sema &S, const CXXMethodDecl *MD, in checkForConsumableClass() function
1196 if (!checkForConsumableClass(S, cast<CXXMethodDecl>(D), AL)) in handleCallableWhenAttr()
1307 if (!checkForConsumableClass(S, cast<CXXMethodDecl>(D), AL)) in handleSetTypestateAttr()
1329 if (!checkForConsumableClass(S, cast<CXXMethodDecl>(D), AL)) in handleTestTypestateAttr()