Home
last modified time | relevance | path

Searched refs:checkCommonAttributeFeatures (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp1215 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 DSemaStmtAttr.cpp407 if (S.checkCommonAttributeFeatures(St, A)) in ProcessStmtAttribute()
H A DSemaDeclAttr.cpp7703 if (S.checkCommonAttributeFeatures(D, AL)) in ProcessDeclAttribute()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4272 bool checkCommonAttributeFeatures(const Decl *D, const ParsedAttr &A);
4273 bool checkCommonAttributeFeatures(const Stmt *S, const ParsedAttr &A);