Searched refs:getParameters (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.cpp | 339 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 D | LVType.cpp | 232 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 D | LVSymbol.h | 165 static void getParameters(const LVSymbols *Symbols, LVSymbols *Parameters);
|
H A D | LVType.h | 120 static void getParameters(const LVTypes *Types, LVTypes *TypesParam,
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
H A D | SymbolGraphSerializer.cpp | 537 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 D | DeclarationFragments.h | 269 const std::vector<Parameter> &getParameters() const { return Parameters; } in getParameters() function
|
H A D | API.h | 128 const llvm::SmallVector<TemplateParameter> &getParameters() const { in getParameters() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | Nodes.h | 565 ParameterDeclarationList *getParameters();
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Nodes.cpp | 424 syntax::ParametersAndQualifiers::getParameters() { in getParameters() function in syntax::ParametersAndQualifiers
|