Searched defs:FunctionOptions (Results 1 – 2 of 2) sorted by relevance
343 struct FunctionOptions { struct345 const CapturedStmt *S = nullptr;348 const bool UIntPtrCastRequired = true;351 const bool RegisterCastedArgsOnly = false;353 const StringRef FunctionName;354 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired, in FunctionOptions() function
244 enum class FunctionOptions : uint8_t { enum