Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4736 auto IsSuitablyTypedFormatArgument = [this](const Expr *Arg) -> bool { in BuiltinVAStartARMMicrosoft() local
4780 if (!Arg1Ty->isPointerType() || !IsSuitablyTypedFormatArgument(Arg1)) in BuiltinVAStartARMMicrosoft()