Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaType.cpp4624 auto isVaList = [&S](QualType T) -> bool { in GetFullTypeForDeclarator() local
4706 if (isVaList(T)) { in GetFullTypeForDeclarator()
4729 T->isArrayType() && !T->getNullability(S.Context) && !isVaList(T) && in GetFullTypeForDeclarator()