Home | History | Annotate | Download | only in slang

Lines Matching refs:getCanonicalType

56   mResultType = FD->getReturnType().getCanonicalType();
97 clang::QualType QT = PVD->getType().getCanonicalType();
201 clang::QualType QT = PVD->getType().getCanonicalType();
266 clang::QualType QT = PVD->getType().getCanonicalType();
358 clang::QualType QT = PVD->getType().getCanonicalType();
363 if (QT->getPointeeType().getCanonicalType().getUnqualifiedType() ==
413 const clang::Type *T = (*BI)->getType().getCanonicalType().getTypePtr();
429 const clang::Type *T = FE->mOut->getType().getCanonicalType().getTypePtr();
462 if (FD->getReturnType().getCanonicalType() == IntType) {
500 clang::QualType QT = PVD->getType().getCanonicalType();
532 clang::QualType QT = PVD->getType().getCanonicalType();
543 if (FD->getReturnType().getCanonicalType() != IntType) {
558 if (FD->getReturnType().getCanonicalType() != C.VoidTy) {