Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2092 QualType DecodeTypeStr(const char *&Str, const ASTContext &Context,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp10588 QualType ASTContext::DecodeTypeStr(const char *&Str, const ASTContext &Context, in DecodeTypeStr() function in ASTContext
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp3254 return Context.DecodeTypeStr(--Str, Context, Error, RequireICE, true); in DecodePPCMMATypeFromStr()