Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/scan-view/share/
H A DReporter.py82 def getParameters(self): member in EmailReporter
150 def getParameters(self): member in BugzillaReporter
H A DScanView.py149 for p in r.getParameters():
324 for o in reporter.getParameters():
335 for o in reporter.getParameters():
550 options = '\n'.join([ o.getHTML(r,title,getConfigOption) for o in r.getParameters()])
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp341 getParameters(References, &ReferenceParams); in parametersMatch()
343 getParameters(Targets, &TargetParams); in parametersMatch()
350 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
/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h166 const std::vector<Parameter> &getParameters() const { return Parameters; } in getParameters() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h166 static void getParameters(const LVSymbols *Symbols, LVSymbols *Parameters);
H A DLVType.h120 static void getParameters(const LVTypes *Types, LVTypes *TypesParam,
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Syntax/
H A DNodes.h565 ParameterDeclarationList *getParameters();
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DNodes.cpp424 syntax::ParametersAndQualifiers::getParameters() { in getParameters() function in syntax::ParametersAndQualifiers
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp437 for (const auto &P : FS.getParameters()) { in serializeFunctionSignatureMixinImpl()