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.cpp1409 bool SkipArgCountCheck) { in checkCommonAttributeFeatures() argument
1435 if (!SkipArgCountCheck) { in checkCommonAttributeFeatures()
1455 bool SkipArgCountCheck) { in checkCommonAttributeFeatures() argument
1456 return ::checkCommonAttributeFeatures(*this, D, A, SkipArgCountCheck); in checkCommonAttributeFeatures()
1459 bool SkipArgCountCheck) { in checkCommonAttributeFeatures() argument
1460 return ::checkCommonAttributeFeatures(*this, S, A, SkipArgCountCheck); in checkCommonAttributeFeatures()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2058 bool SkipArgCountCheck = false);
2060 bool SkipArgCountCheck = false);