Searched refs:checkCommonAttributeFeatures (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 1393 static bool checkCommonAttributeFeatures(Sema &S, const Ty *Node, in checkCommonAttributeFeatures() function 1440 bool Sema::checkCommonAttributeFeatures(const Decl *D, const ParsedAttr &A, in checkCommonAttributeFeatures() function in Sema 1442 return ::checkCommonAttributeFeatures(*this, D, A, SkipArgCountCheck); in checkCommonAttributeFeatures() 1444 bool Sema::checkCommonAttributeFeatures(const Stmt *S, const ParsedAttr &A, in checkCommonAttributeFeatures() function in Sema 1446 return ::checkCommonAttributeFeatures(*this, S, A, SkipArgCountCheck); in checkCommonAttributeFeatures()
|
| H A D | SemaStmtAttr.cpp | 469 if (S.checkCommonAttributeFeatures(St, A)) in ProcessStmtAttribute()
|
| H A D | SemaDeclAttr.cpp | 8610 if (S.checkCommonAttributeFeatures(D, AL, MustDelayArgs)) in ProcessDeclAttribute()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 4676 bool checkCommonAttributeFeatures(const Decl *D, const ParsedAttr &A, 4678 bool checkCommonAttributeFeatures(const Stmt *S, const ParsedAttr &A,
|