Searched refs:checkCommonAttributeFeatures (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 1407 static bool checkCommonAttributeFeatures(Sema &S, const Ty *Node, in checkCommonAttributeFeatures() function 1454 bool Sema::checkCommonAttributeFeatures(const Decl *D, const ParsedAttr &A, in checkCommonAttributeFeatures() function in Sema 1456 return ::checkCommonAttributeFeatures(*this, D, A, SkipArgCountCheck); in checkCommonAttributeFeatures() 1458 bool Sema::checkCommonAttributeFeatures(const Stmt *S, const ParsedAttr &A, in checkCommonAttributeFeatures() function in Sema 1460 return ::checkCommonAttributeFeatures(*this, S, A, SkipArgCountCheck); in checkCommonAttributeFeatures()
|
H A D | SemaStmtAttr.cpp | 643 if (S.checkCommonAttributeFeatures(St, A)) in ProcessStmtAttribute()
|
H A D | SemaDeclAttr.cpp | 6289 if (S.checkCommonAttributeFeatures(D, AL, MustDelayArgs)) in ProcessDeclAttribute()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 2057 bool checkCommonAttributeFeatures(const Decl *D, const ParsedAttr &A, 2059 bool checkCommonAttributeFeatures(const Stmt *S, const ParsedAttr &A,
|