Home
last modified time | relevance | path

Searched refs:DecodeTypeFromStr (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/AST/
DASTContext.cpp10066 static QualType DecodeTypeFromStr(const char *&Str, const ASTContext &Context, in DecodeTypeFromStr() function
10275 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr()
10288 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr()
10305 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr()
10311 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr()
10404 return DecodeTypeFromStr(Str, Context, Error, RequireICE, AllowTypeModifiers); in DecodeTypeStr()
10421 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType()
10429 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true); in GetBuiltinType()
/external/clang/lib/AST/
DASTContext.cpp8091 static QualType DecodeTypeFromStr(const char *&Str, const ASTContext &Context, in DecodeTypeFromStr() function
8238 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr()
8255 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr()
8261 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr()
8353 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType()
8361 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true); in GetBuiltinType()