Searched defs:FunctionOptions (Results 1 – 2 of 2) sorted by relevance
401 struct FunctionOptions { struct403 const CapturedStmt *S = nullptr;406 const bool UIntPtrCastRequired = true;409 const bool RegisterCastedArgsOnly = false;411 const StringRef FunctionName;413 SourceLocation Loc;414 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired, in FunctionOptions() function
247 enum class FunctionOptions : uint8_t { enum