Searched refs:checkCommonAttributeFeatures (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 1215 static bool checkCommonAttributeFeatures(Sema& S, const Ty *Node, in checkCommonAttributeFeatures() function 1259 bool Sema::checkCommonAttributeFeatures(const Decl *D, const ParsedAttr &A) { in checkCommonAttributeFeatures() function in Sema 1260 return ::checkCommonAttributeFeatures(*this, D, A); in checkCommonAttributeFeatures() 1262 bool Sema::checkCommonAttributeFeatures(const Stmt *S, const ParsedAttr &A) { in checkCommonAttributeFeatures() function in Sema 1263 return ::checkCommonAttributeFeatures(*this, S, A); in checkCommonAttributeFeatures()
|
H A D | SemaStmtAttr.cpp | 407 if (S.checkCommonAttributeFeatures(St, A)) in ProcessStmtAttribute()
|
H A D | SemaDeclAttr.cpp | 7703 if (S.checkCommonAttributeFeatures(D, AL)) in ProcessDeclAttribute()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 4272 bool checkCommonAttributeFeatures(const Decl *D, const ParsedAttr &A); 4273 bool checkCommonAttributeFeatures(const Stmt *S, const ParsedAttr &A);
|