Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1523 static bool checkCommonAttributeFeatures(Sema &S, const Ty *Node, in checkCommonAttributeFeatures() function
1570 bool Sema::checkCommonAttributeFeatures(const Decl *D, const ParsedAttr &A, in checkCommonAttributeFeatures() function in Sema
1572 return ::checkCommonAttributeFeatures(*this, D, A, SkipArgCountCheck); in checkCommonAttributeFeatures()
1574 bool Sema::checkCommonAttributeFeatures(const Stmt *S, const ParsedAttr &A, in checkCommonAttributeFeatures() function in Sema
1576 return ::checkCommonAttributeFeatures(*this, S, A, SkipArgCountCheck); in checkCommonAttributeFeatures()
H A DSemaStmtAttr.cpp686 if (S.checkCommonAttributeFeatures(St, A)) in ProcessStmtAttribute()
H A DSemaDeclAttr.cpp7036 if (S.checkCommonAttributeFeatures(D, AL, MustDelayArgs)) in ProcessDeclAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2380 bool checkCommonAttributeFeatures(const Decl *D, const ParsedAttr &A,
2382 bool checkCommonAttributeFeatures(const Stmt *S, const ParsedAttr &A,