Home
last modified time | relevance | path

Searched refs:SkipArgCountCheck (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1413 bool SkipArgCountCheck) { in checkCommonAttributeFeatures() argument
1439 if (!SkipArgCountCheck) { in checkCommonAttributeFeatures()
1459 bool SkipArgCountCheck) { in checkCommonAttributeFeatures() argument
1460 return ::checkCommonAttributeFeatures(*this, D, A, SkipArgCountCheck); in checkCommonAttributeFeatures()
1463 bool SkipArgCountCheck) { in checkCommonAttributeFeatures() argument
1464 return ::checkCommonAttributeFeatures(*this, S, A, SkipArgCountCheck); in checkCommonAttributeFeatures()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4768 bool SkipArgCountCheck = false);
4770 bool SkipArgCountCheck = false);