Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DObjCMemberwiseInitializer.cpp37 static std::string getTypeStr(const QualType &OrigT, const Decl &D, in getTypeStr() function
81 Type = getTypeStr(ID.getType(), ID, ObjCPropertyAttribute::kind_noattr); in MethodParameter()
86 Type = getTypeStr(PD.getType(), PD, PD.getPropertyAttributes()); in MethodParameter()
/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h288 const std::string &getTypeStr() const { return Str; } in getTypeStr() function
/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp429 OS << "typedef " << T->getClangBuiltinStr() << " " << T->getTypeStr() in createBuiltins()