Searched refs:RequireICE (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang/include/clang/AST/ |
D | ASTContext.h | 2051 bool &RequireICE, bool AllowTypeModifiers) const;
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 10402 GetBuiltinTypeError &Error, bool &RequireICE, in DecodeTypeStr() argument 10404 return DecodeTypeFromStr(Str, Context, Error, RequireICE, AllowTypeModifiers); in DecodeTypeStr()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 3180 bool RequireICE = false; in DecodePPCMMATypeFromStr() local 3224 return Context.DecodeTypeStr(--Str, Context, Error, RequireICE, true); in DecodePPCMMATypeFromStr()
|