Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1525 bool SkipArgCountCheck) { in checkCommonAttributeFeatures() argument
1551 if (!SkipArgCountCheck) { in checkCommonAttributeFeatures()
1571 bool SkipArgCountCheck) { in checkCommonAttributeFeatures() argument
1572 return ::checkCommonAttributeFeatures(*this, D, A, SkipArgCountCheck); in checkCommonAttributeFeatures()
1575 bool SkipArgCountCheck) { in checkCommonAttributeFeatures() argument
1576 return ::checkCommonAttributeFeatures(*this, S, A, SkipArgCountCheck); in checkCommonAttributeFeatures()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2381 bool SkipArgCountCheck = false);
2383 bool SkipArgCountCheck = false);