Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp1396 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 DSemaStmtAttr.cpp464 if (S.checkCommonAttributeFeatures(St, A)) in ProcessStmtAttribute()
H A DSemaDeclAttr.cpp8370 if (S.checkCommonAttributeFeatures(D, AL, MustDelayArgs)) in ProcessDeclAttribute()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4556 bool checkCommonAttributeFeatures(const Decl *D, const ParsedAttr &A,
4558 bool checkCommonAttributeFeatures(const Stmt *S, const ParsedAttr &A,