HomeSort by relevance Sort by last modified time
    Searched defs:FunctionTy (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaLambda.cpp 814 QualType FunctionTy;
818 FunctionTy = S.Context.getFunctionType(Proto->getResultType(),
820 FunctionPtrTy = S.Context.getPointerType(FunctionTy);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 297 llvm::FunctionType *FunctionTy =
300 llvm::Constant *F = CGM.CreateRuntimeFunction(FunctionTy, Fn);
    [all...]

Completed in 174 milliseconds