Searched refs:RequiresICE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8011 /// RequiresICE is filled in on return to indicate whether the value is required
8015 bool &RequiresICE,
8020 RequiresICE = false;
8028 RequiresICE = true;
8161 RequiresICE, false);
8162 assert(!RequiresICE && "Can't require vector ICE");
8177 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE,
8183 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE,
8185 assert(!RequiresICE && "Can't require complex ICE");
8259 assert((!RequiresICE || Typ
8013 DecodeTypeFromStr(const char *&Str, const ASTContext &Context, ASTContext::GetBuiltinTypeError &Error, bool &RequiresICE, bool AllowTypeModifiers) argument
8273 bool RequiresICE = false; local
[all...]

Completed in 109 milliseconds