Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp555 CodeCompleteConsumer::OverloadCandidate::getParamType(unsigned N) const { in getParamType() function in CodeCompleteConsumer::OverloadCandidate
H A DSemaCodeComplete.cpp5965 static QualType getParamType(Sema &SemaRef, in getParamType() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDerivedTypes.h135 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType() function
/llvm-project-15.0.7/clang/utils/TableGen/
H A DSveEmitter.cpp191 SVEType getParamType(unsigned I) const { return Types[I + 1]; } in getParamType() function in __anon409da13d0111::Intrinsic
H A DNeonEmitter.cpp434 Type getParamType(unsigned I) const { return Types[I + 1]; } in getParamType() function in __anonc6b5f5bf0111::Intrinsic
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp144 Type LLVMFunctionType::getParamType(unsigned i) { in getParamType() function in LLVMFunctionType