Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPPC.cpp327 return Context.DecodeTypeStr(--Str, Context, Error, RequireICE, true); in DecodePPCMMATypeFromStr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2301 QualType DecodeTypeStr(const char *&Str, const ASTContext &Context,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp12017 QualType ASTContext::DecodeTypeStr(const char *&Str, const ASTContext &Context, in DecodeTypeStr() function in ASTContext