Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DBuiltins.h222 bool isScanfLike(unsigned ID, unsigned &FormatIdx, bool &HasVAListArg);
/llvm-project-15.0.7/clang/lib/Basic/
H A DBuiltins.cpp178 bool Builtin::Context::isScanfLike(unsigned ID, unsigned &FormatIdx, in isScanfLike() function in Builtin::Context
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp15654 if (Context.BuiltinInfo.isScanfLike(BuiltinID, FormatIdx, in AddKnownFunctionAttributes()