Searched refs:CallReturnTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1082 QualType CallReturnTy = OME->getCallReturnType(Ctx); local
1083 if (OME->getType() != CallReturnTy)
1084 JOS.attribute("callReturnType", createQualType(CallReturnTy));

Completed in 101 milliseconds