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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp494 QualType ResType = Context.getCanonicalType(Getter->getReturnType()); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2321 convertToType(CodeGenFunction &CGF, RValue Value, QualType SourceType, QualType ResType, SourceLocation Loc) argument
H A DCGBuiltin.cpp355 getDefaultBuiltinObjectSizeResult(unsigned Type, llvm::IntegerType *ResType) { argument
656 auto *ResType = cast<llvm::IntegerType>(ConvertType(E->getType())); local
360 evaluateOrEmitBuiltinObjectSize(const Expr *E, unsigned Type, llvm::IntegerType *ResType) argument
374 emitBuiltinObjectSize(const Expr *E, unsigned Type, llvm::IntegerType *ResType) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h3074 CompoundAssignOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResType, argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8275 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp7886 QualType ResType = Operand->getType(); local
7907 QualType ResType = Operand->getType(); local
9864 S.Diag(OpLoc, diag::err_increment_decrement_enum) << IsInc << ResType; local
[all...]

Completed in 241 milliseconds