Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h2051 bool &RequireICE, bool AllowTypeModifiers) const;
/external/llvm-project/clang/lib/AST/
DASTContext.cpp10402 GetBuiltinTypeError &Error, bool &RequireICE, in DecodeTypeStr() argument
10404 return DecodeTypeFromStr(Str, Context, Error, RequireICE, AllowTypeModifiers); in DecodeTypeStr()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp3180 bool RequireICE = false; in DecodePPCMMATypeFromStr() local
3224 return Context.DecodeTypeStr(--Str, Context, Error, RequireICE, true); in DecodePPCMMATypeFromStr()