Searched defs:FunctionOptions (Results 1 – 2 of 2) sorted by relevance
402 struct FunctionOptions { struct404 const CapturedStmt *S = nullptr;407 const bool UIntPtrCastRequired = true;410 const bool RegisterCastedArgsOnly = false;412 const StringRef FunctionName;414 SourceLocation Loc;415 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired, in FunctionOptions() argument
249 enum class FunctionOptions : uint8_t { enum