Searched refs:checkCommonAttributeFeatures (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 1396 static bool checkCommonAttributeFeatures(Sema &S, const Ty *Node, in checkCommonAttributeFeatures() function 1443 bool Sema::checkCommonAttributeFeatures(const Decl *D, const ParsedAttr &A, in checkCommonAttributeFeatures() function in Sema 1445 return ::checkCommonAttributeFeatures(*this, D, A, SkipArgCountCheck); in checkCommonAttributeFeatures() 1447 bool Sema::checkCommonAttributeFeatures(const Stmt *S, const ParsedAttr &A, in checkCommonAttributeFeatures() function in Sema 1449 return ::checkCommonAttributeFeatures(*this, S, A, SkipArgCountCheck); in checkCommonAttributeFeatures()
|
| H A D | SemaStmtAttr.cpp | 464 if (S.checkCommonAttributeFeatures(St, A)) in ProcessStmtAttribute()
|
| H A D | SemaDeclAttr.cpp | 8370 if (S.checkCommonAttributeFeatures(D, AL, MustDelayArgs)) in ProcessDeclAttribute()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 4556 bool checkCommonAttributeFeatures(const Decl *D, const ParsedAttr &A, 4558 bool checkCommonAttributeFeatures(const Stmt *S, const ParsedAttr &A,
|