OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkExactlyNumArgs
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
ParsedAttr.cpp
232
bool ParsedAttr::
checkExactlyNumArgs
(Sema &S, unsigned Num) const {
SemaDeclAttr.cpp
2068
if (!Attrs.
checkExactlyNumArgs
(*this, 0)) {
2449
if (!AL.
checkExactlyNumArgs
(S, 1))
4696
if (!Attrs.
checkExactlyNumArgs
(*this, ReqArgs)) {
4924
if (!AL.
checkExactlyNumArgs
(*this, 1)) {
5060
if (!AL.
checkExactlyNumArgs
(S, 1))
5893
if (!AL.
checkExactlyNumArgs
(S, 2))
5903
if (!AL.
checkExactlyNumArgs
(S, 1))
6229
if (!AL.
checkExactlyNumArgs
(S, 1))
6271
if (!AL.
checkExactlyNumArgs
(S, 1))
6275
if (!AL.
checkExactlyNumArgs
(S, 2)
[
all
...]
SemaAttr.cpp
1245
if (!A.
checkExactlyNumArgs
(S, A.getMinArgs()))
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h
590
bool
checkExactlyNumArgs
(class Sema &S, unsigned Num) const;
Completed in 39 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026