Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2201 QualType DecodeTypeStr(const char *&Str, const ASTContext &Context,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp11417 QualType ASTContext::DecodeTypeStr(const char *&Str, const ASTContext &Context, in DecodeTypeStr() function in ASTContext
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp4116 return Context.DecodeTypeStr(--Str, Context, Error, RequireICE, true); in DecodePPCMMATypeFromStr()