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

  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 525 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty,
528 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ true);
534 llvm::Type *TypeParams[] = {getIdentTyPointerTy()};
536 llvm::FunctionType::get(CGM.Int32Ty, TypeParams, /*isVarArg*/ false);
543 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty,
547 llvm::FunctionType::get(CGM.VoidPtrTy, TypeParams, /*isVarArg*/ false);
554 llvm::Type *TypeParams[] = {
558 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false);
565 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty,
569 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false)
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 700 typeParams(
709 for (auto typeParam : typeParams) {
726 return ObjCTypeParamList::create(Context, lAngleLoc, typeParams, rAngleLoc);
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 145 ObjCTypeParamList *TypeParams = nullptr;
147 TypeParams = parseObjCTypeParamList();
148 ClassTypeParams.push_back(TypeParams);
457 SmallVector<Decl *, 4> typeParams;
471 typeParams.push_back(typeParam.get());
549 typeParams.size(),
557 typeParams.push_back(typeParam.get());
598 typeParams,
    [all...]

Completed in 2237 milliseconds