Home
last modified time | relevance | path

Searched defs:param_empty (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h163 bool param_empty() const { return parameters().empty(); } in param_empty() function
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h181 bool param_empty() const { return NumParameters == 0; } in param_empty() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2657 bool param_empty() const { return parameters().empty(); } in param_empty() function
4564 bool param_empty() const { return parameters().empty(); } in param_empty() function