Searched refs:DecodeTypeFromStr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 12285 static QualType DecodeTypeFromStr(const char *&Str, const ASTContext &Context, in DecodeTypeFromStr() function 12499 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr() 12527 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr() 12543 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() 12549 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() 12645 return DecodeTypeFromStr(Str, Context, Error, RequireICE, AllowTypeModifiers); in DecodeTypeStr() 12662 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType() 12670 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true); in GetBuiltinType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8969 …eFromStrRPKcRKN5clang10ASTContextERNS3_19GetBuiltinTypeErrorERbb", "DecodeTypeFromStr(char const*&…
|