Searched refs:checkGuardedByAttrCommon (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 609 static bool checkGuardedByAttrCommon(Sema &S, Decl *D, in checkGuardedByAttrCommon() function 626 if (!checkGuardedByAttrCommon(S, D, Attr, Arg)) in handleGuardedByAttr() 636 if (!checkGuardedByAttrCommon(S, D, Attr, Arg)) in handlePtGuardedByAttr()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 736 static bool checkGuardedByAttrCommon(Sema &S, Decl *D, const ParsedAttr &AL, in checkGuardedByAttrCommon() function 752 if (!checkGuardedByAttrCommon(S, D, AL, Arg)) in handleGuardedByAttr() 760 if (!checkGuardedByAttrCommon(S, D, AL, Arg)) in handlePtGuardedByAttr()
|