Searched refs:getParameters (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/clang/tools/scan-view/share/ |
| H A D | Reporter.py | 82 def getParameters(self): member in EmailReporter 150 def getParameters(self): member in BugzillaReporter
|
| H A D | ScanView.py | 149 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 D | LVSymbol.cpp | 341 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 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
|
| /openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/ |
| H A D | DeclarationFragments.h | 166 const std::vector<Parameter> &getParameters() const { return Parameters; } in getParameters() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVSymbol.h | 166 static void getParameters(const LVSymbols *Symbols, LVSymbols *Parameters);
|
| H A D | LVType.h | 120 static void getParameters(const LVTypes *Types, LVTypes *TypesParam,
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.h | 565 ParameterDeclarationList *getParameters();
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/ |
| H A D | Nodes.cpp | 424 syntax::ParametersAndQualifiers::getParameters() { in getParameters() function in syntax::ParametersAndQualifiers
|
| /openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 437 for (const auto &P : FS.getParameters()) { in serializeFunctionSignatureMixinImpl()
|