Home
last modified time | relevance | path

Searched refs:encodeTemplateArgument (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h106 virtual void encodeTemplateArgument(std::string &Name) const {} in encodeTemplateArgument() function
234 void encodeTemplateArgument(std::string &Name) const override;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp397 void LVTypeParam::encodeTemplateArgument(std::string &Name) const { in encodeTemplateArgument() function in LVTypeParam
H A DLVScope.cpp554 Type->encodeTemplateArgument(Name); in encodeTemplateArguments()