OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getParamType
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h
509
CanQualType
getParamType
(unsigned i) const {
510
return CanQualType::CreateUnsafe(this->getTypePtr()->
getParamType
(i));
Type.h
4099
QualType
getParamType
(unsigned i) const {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h
134
Type *
getParamType
(unsigned i) const { return ContainedTys[i+1]; }
153
return cast<FunctionType>(this)->
getParamType
(i);
/src/external/apache2/llvm/dist/clang/utils/TableGen/
NeonEmitter.cpp
435
Type
getParamType
(unsigned I) const { return Types[I + 1]; }
453
Idx += std::max(1U,
getParamType
(I).getNumVectors());
1020
Type T =
getParamType
(I);
1250
if (
getParamType
(I).isImmediate())
1254
if (
getParamType
(I).isPointer())
1908
ErrMsg += I.
getParamType
(A).str();
1921
return Type == I.
getParamType
(ArgNum++);
2052
const auto &Type = Def->
getParamType
(I);
2160
Type T = Def->
getParamType
(Def->getImmediateIdx() - 1);
SveEmitter.cpp
191
SVEType
getParamType
(unsigned I) const { return Types[I + 1]; }
848
S +=
getParamType
(I).builtin_str();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp
3736
Placeholder = Prototype->
getParamType
(P).getAsString(Policy);
5683
static QualType
getParamType
(Sema &SemaRef,
5695
ParamType = Proto->
getParamType
(N);
5698
Proto->
getParamType
(N).getNonReferenceType()))
5716
return
getParamType
(SemaRef, Candidates, CurrentArg);
Completed in 36 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026