Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp1395 bool SkipArgCountCheck) { in checkCommonAttributeFeatures() argument
1421 if (!SkipArgCountCheck) { in checkCommonAttributeFeatures()
1441 bool SkipArgCountCheck) { in checkCommonAttributeFeatures() argument
1442 return ::checkCommonAttributeFeatures(*this, D, A, SkipArgCountCheck); in checkCommonAttributeFeatures()
1445 bool SkipArgCountCheck) { in checkCommonAttributeFeatures() argument
1446 return ::checkCommonAttributeFeatures(*this, S, A, SkipArgCountCheck); in checkCommonAttributeFeatures()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4677 bool SkipArgCountCheck = false);
4679 bool SkipArgCountCheck = false);