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

  /external/clang/lib/CodeGen/
CGOpenMPRuntimeNVPTX.cpp 275 llvm::Type *TypeParams[] = {CGM.Int32Ty, CGM.Int32Ty};
277 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 150 ObjCTypeParamList *TypeParams = nullptr;
152 TypeParams = parseObjCTypeParamList();
153 ClassTypeParams.push_back(TypeParams);
457 SmallVector<Decl *, 4> typeParams;
465 typeParams.push_back(typeParam.get());
540 getCurScope(), variance, varianceLoc, typeParams.size(), paramName,
543 typeParams.push_back(typeParam.get());
584 typeParams,
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 699 typeParams(
708 for (auto typeParam : typeParams) {
725 return ObjCTypeParamList::create(Context, lAngleLoc, typeParams, rAngleLoc);
    [all...]

Completed in 9891 milliseconds