Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp1393 static bool checkCommonAttributeFeatures(Sema &S, const Ty *Node, in checkCommonAttributeFeatures() function
1440 bool Sema::checkCommonAttributeFeatures(const Decl *D, const ParsedAttr &A, in checkCommonAttributeFeatures() function in Sema
1442 return ::checkCommonAttributeFeatures(*this, D, A, SkipArgCountCheck); in checkCommonAttributeFeatures()
1444 bool Sema::checkCommonAttributeFeatures(const Stmt *S, const ParsedAttr &A, in checkCommonAttributeFeatures() function in Sema
1446 return ::checkCommonAttributeFeatures(*this, S, A, SkipArgCountCheck); in checkCommonAttributeFeatures()
H A DSemaStmtAttr.cpp469 if (S.checkCommonAttributeFeatures(St, A)) in ProcessStmtAttribute()
H A DSemaDeclAttr.cpp8610 if (S.checkCommonAttributeFeatures(D, AL, MustDelayArgs)) in ProcessDeclAttribute()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4676 bool checkCommonAttributeFeatures(const Decl *D, const ParsedAttr &A,
4678 bool checkCommonAttributeFeatures(const Stmt *S, const ParsedAttr &A,