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.cpp1411 static bool checkCommonAttributeFeatures(Sema &S, const Ty *Node, in checkCommonAttributeFeatures() function
1458 bool Sema::checkCommonAttributeFeatures(const Decl *D, const ParsedAttr &A, in checkCommonAttributeFeatures() function in Sema
1460 return ::checkCommonAttributeFeatures(*this, D, A, SkipArgCountCheck); in checkCommonAttributeFeatures()
1462 bool Sema::checkCommonAttributeFeatures(const Stmt *S, const ParsedAttr &A, in checkCommonAttributeFeatures() function in Sema
1464 return ::checkCommonAttributeFeatures(*this, S, A, SkipArgCountCheck); in checkCommonAttributeFeatures()
H A DSemaStmtAttr.cpp591 if (S.checkCommonAttributeFeatures(St, A)) in ProcessStmtAttribute()
H A DSemaDeclAttr.cpp9069 if (S.checkCommonAttributeFeatures(D, AL, MustDelayArgs)) in ProcessDeclAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4767 bool checkCommonAttributeFeatures(const Decl *D, const ParsedAttr &A,
4769 bool checkCommonAttributeFeatures(const Stmt *S, const ParsedAttr &A,