Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h134 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType() function
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DSveEmitter.cpp191 SVEType getParamType(unsigned I) const { return Types[I + 1]; } in getParamType() function in __anon47288a980111::Intrinsic
H A DNeonEmitter.cpp435 Type getParamType(unsigned I) const { return Types[I + 1]; } in getParamType() function in __anon9e9e0a7a0111::Intrinsic
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp5683 static QualType getParamType(Sema &SemaRef, in getParamType() function