Searched defs:FunctionOptions (Results 1 – 2 of 2) sorted by relevance
399 struct FunctionOptions { struct401 const CapturedStmt *S = nullptr;404 const bool UIntPtrCastRequired = true;407 const bool RegisterCastedArgsOnly = false;409 const StringRef FunctionName;411 SourceLocation Loc;412 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired, in FunctionOptions() argument
244 enum class FunctionOptions : uint8_t { enum