Searched defs:getParamType (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ | ||
| H A D | CodeCompleteConsumer.cpp | 555 CodeCompleteConsumer::OverloadCandidate::getParamType(unsigned N) const { in getParamType() function in CodeCompleteConsumer::OverloadCandidate |
| H A D | SemaCodeComplete.cpp | 5965 static QualType getParamType(Sema &SemaRef, in getParamType() function |
| /llvm-project-15.0.7/llvm/include/llvm/IR/ | ||
| H A D | DerivedTypes.h | 135 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType() function |
| /llvm-project-15.0.7/clang/utils/TableGen/ | ||
| H A D | SveEmitter.cpp | 191 SVEType getParamType(unsigned I) const { return Types[I + 1]; } in getParamType() function in __anon409da13d0111::Intrinsic |
| H A D | NeonEmitter.cpp | 434 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 D | LLVMTypes.cpp | 144 Type LLVMFunctionType::getParamType(unsigned i) { in getParamType() function in LLVMFunctionType |