Searched defs:FunctionOptions (Results 1 – 2 of 2) sorted by relevance
461 struct FunctionOptions { struct463 const CapturedStmt *S = nullptr;466 const bool UIntPtrCastRequired = true;469 const bool RegisterCastedArgsOnly = false;471 const StringRef FunctionName;473 SourceLocation Loc;474 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired, in FunctionOptions() argument
229 enum class FunctionOptions : uint8_t { enum