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

/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h121 Type *getReturnType() const { return ContainedTys[0]; } function in class:llvm::FunctionType
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DFunction.cpp170 Type *Function::getReturnType() const { function in class:Function
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.h250 CanQualType getReturnType() const { return getArgsBuffer()[0].type; } function in class:clang::CodeGen::CGFunctionInfo

Completed in 135 milliseconds