Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp1398 bool SkipArgCountCheck) { in checkCommonAttributeFeatures() argument
1424 if (!SkipArgCountCheck) { in checkCommonAttributeFeatures()
1444 bool SkipArgCountCheck) { in checkCommonAttributeFeatures() argument
1445 return ::checkCommonAttributeFeatures(*this, D, A, SkipArgCountCheck); in checkCommonAttributeFeatures()
1448 bool SkipArgCountCheck) { in checkCommonAttributeFeatures() argument
1449 return ::checkCommonAttributeFeatures(*this, S, A, SkipArgCountCheck); in checkCommonAttributeFeatures()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4557 bool SkipArgCountCheck = false);
4559 bool SkipArgCountCheck = false);