Home
last modified time | relevance | path

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

/freebsd/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/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/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp537 for (const auto &P : FS.getParameters()) { in serializeFunctionSignatureMixin()
559 for (const auto &Param : Template.getParameters()) { in serializeTemplateMixin()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h269 const std::vector<Parameter> &getParameters() const { return Parameters; } in getParameters() function
H A DAPI.h128 const llvm::SmallVector<TemplateParameter> &getParameters() const { in getParameters() function
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h565 ParameterDeclarationList *getParameters();
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp424 syntax::ParametersAndQualifiers::getParameters() { in getParameters() function in syntax::ParametersAndQualifiers