Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4468 auto isVaList = [&S](QualType T) -> bool { in GetFullTypeForDeclarator() local
4551 if (isVaList(T)) { in GetFullTypeForDeclarator()
4574 !T->getNullability() && !isVaList(T) && D.isPrototypeContext() && in GetFullTypeForDeclarator()