Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2222 QualType DecodeTypeStr(const char *&Str, const ASTContext &Context,
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp11272 QualType ASTContext::DecodeTypeStr(const char *&Str, const ASTContext &Context, in DecodeTypeStr() function in ASTContext
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp3901 return Context.DecodeTypeStr(--Str, Context, Error, RequireICE, true); in DecodePPCMMATypeFromStr()