Searched defs:LRetType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp6869 CanQualType LRetType = getCanonicalType(lbase->getReturnType()); local
6872 LRetType = LRetType.getUnqualifiedType();
6876 if (getCanonicalType(retType) != LRetType)

Completed in 207 milliseconds