Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h2049 QualType DecodeTypeStr(const char *&Str, const ASTContext &Context,
/external/llvm-project/clang/lib/AST/
DASTContext.cpp10401 QualType ASTContext::DecodeTypeStr(const char *&Str, const ASTContext &Context, in DecodeTypeStr() function in ASTContext
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp3224 return Context.DecodeTypeStr(--Str, Context, Error, RequireICE, true); in DecodePPCMMATypeFromStr()