Home
last modified time | relevance | path

Searched defs:HasVAListArg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp180 bool &HasVAListArg, const char *Fmt) const { in isLike()
203 bool &HasVAListArg) { in isPrintfLike()
208 bool &HasVAListArg) { in isScanfLike()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16453 bool HasVAListArg; in AddKnownFunctionAttributes() local