Home
last modified time | relevance | path

Searched defs:FunctionTy (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaLambda.cpp697 QualType FunctionTy; in addFunctionPointerConversion() local
774 QualType FunctionTy in addBlockPointerConversion() local
895 QualType FunctionTy in ActOnLambdaExpr() local
/external/llvm/lib/IR/
DCore.cpp306 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg()
310 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType()
314 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes()
318 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes()
1315 LLVMTypeRef FunctionTy) { in LLVMAddFunction()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp260 llvm::FunctionType *FunctionTy = in EmitFunctionInstrumentation() local