Home
last modified time | relevance | path

Searched refs:getParameters (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp339 getParameters(References, &ReferenceParams); in parametersMatch()
341 getParameters(Targets, &TargetParams); in parametersMatch()
348 void LVSymbol::getParameters(const LVSymbols *Symbols, LVSymbols *Parameters) { in getParameters() function in LVSymbol
H A DLVType.cpp232 getParameters(References, &ReferenceTypes, &ReferenceScopes); in parametersMatch()
235 getParameters(Targets, &TargetTypes, &TargetScopes); in parametersMatch()
245 void LVType::getParameters(const LVTypes *Types, LVTypes *TypesParam, in getParameters() function in LVType
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h165 static void getParameters(const LVSymbols *Symbols, LVSymbols *Parameters);
H A DLVType.h120 static void getParameters(const LVTypes *Types, LVTypes *TypesParam,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h227 const std::vector<Parameter> &getParameters() const { return Parameters; } in getParameters() function
H A DAPI.h120 const llvm::SmallVector<TemplateParameter> &getParameters() const { in getParameters() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h565 ParameterDeclarationList *getParameters();
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp528 for (const auto &P : FS.getParameters()) { in serializeFunctionSignatureMixinImpl()
599 for (const auto &Param : Template.getParameters()) { in serializeTemplateMixinImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp424 syntax::ParametersAndQualifiers::getParameters() { in getParameters() function in syntax::ParametersAndQualifiers