Searched defs:FunctionOptions (Results 1 – 2 of 2) sorted by relevance
369 struct FunctionOptions { struct371 const CapturedStmt *S = nullptr;374 const bool UIntPtrCastRequired = true;377 const bool RegisterCastedArgsOnly = false;379 const StringRef FunctionName;380 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired, in FunctionOptions() argument
244 enum class FunctionOptions : uint8_t { enum