Home
last modified time | relevance | path

Searched defs:getParamType (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDerivedTypes.h134 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType() function
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DSveEmitter.cpp191 SVEType getParamType(unsigned I) const { return Types[I + 1]; } in getParamType() function in __anone2dd28250111::Intrinsic
DNeonEmitter.cpp435 Type getParamType(unsigned I) const { return Types[I + 1]; } in getParamType() function in __anonb0e659a70111::Intrinsic
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp5686 static QualType getParamType(Sema &SemaRef, in getParamType() function