Home
last modified time | relevance | path

Searched refs:HasVAListArg (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/
H A DBuiltins.cpp151 bool &HasVAListArg, const char *Fmt) const { in isLike() argument
162 HasVAListArg = (*Like == Fmt[1]); in isLike()
174 bool &HasVAListArg) { in isPrintfLike() argument
175 return isLike(ID, FormatIdx, HasVAListArg, "pP"); in isPrintfLike()
179 bool &HasVAListArg) { in isScanfLike() argument
180 return isLike(ID, FormatIdx, HasVAListArg, "sS"); in isScanfLike()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DBuiltins.h217 bool isPrintfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
222 bool isScanfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
265 bool isLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp15639 bool HasVAListArg; in AddKnownFunctionAttributes() local
15640 if (Context.BuiltinInfo.isPrintfLike(BuiltinID, FormatIdx, HasVAListArg)) { in AddKnownFunctionAttributes()
15650 HasVAListArg ? 0 : FormatIdx+2, in AddKnownFunctionAttributes()
15655 HasVAListArg)) { in AddKnownFunctionAttributes()
15660 HasVAListArg ? 0 : FormatIdx+2, in AddKnownFunctionAttributes()