Searched defs:FunctionOptions (Results 1 – 2 of 2) sorted by relevance
431 struct FunctionOptions { struct433 const CapturedStmt *S = nullptr;436 const bool UIntPtrCastRequired = true;439 const bool RegisterCastedArgsOnly = false;441 const StringRef FunctionName;443 SourceLocation Loc;444 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired, in FunctionOptions() function
256 enum class FunctionOptions : uint8_t { enum